Fix missing zipgrep on Alpine (#562)

This commit is contained in:
wsor4035 2024-09-28 12:41:01 -04:00 committed by GitHub
parent 25547c9f38
commit 93f36adfea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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