Fix missing zipgrep on Alpine (#562)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user