1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-20 14:54:15 +01:00

(bug) add xz in dockerfile

This commit is contained in:
Du Peng 2022-10-12 18:50:59 +02:00
parent c38c621e79
commit 269eace05c

View File

@ -17,6 +17,7 @@ RUN apk update && apk upgrade && \
libc-dev \
ruby-dev \
zlib-dev \
xz \
xz-dev \
postgresql-dev \
postgresql-client \