mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-21 21:42:24 +01:00
Fix missing zipgrep on Alpine (#562)
This commit is contained in:
parent
25547c9f38
commit
93f36adfea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user