Skip to content

Commit

Permalink
Fix missing zipgrep on Alpine (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsor4035 authored Sep 28, 2024
1 parent 25547c9 commit 93f36ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN addgroup --gid 5123 cdb && \
WORKDIR /home/cdb

RUN \
apk add --no-cache postgresql-libs git bash && \
apk add --no-cache postgresql-libs git bash unzip && \
apk add --no-cache --virtual .build-deps gcc musl-dev postgresql-dev g++

RUN mkdir /var/cdb
Expand Down

0 comments on commit 93f36ad

Please sign in to comment.