Fix missing zipgrep on Alpine (#562)
This commit is contained in:
@@ -6,7 +6,7 @@ RUN addgroup --gid 5123 cdb && \
|
|||||||
WORKDIR /home/cdb
|
WORKDIR /home/cdb
|
||||||
|
|
||||||
RUN \
|
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++
|
apk add --no-cache --virtual .build-deps gcc musl-dev postgresql-dev g++
|
||||||
|
|
||||||
RUN mkdir /var/cdb
|
RUN mkdir /var/cdb
|
||||||
|
|||||||
Reference in New Issue
Block a user