0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-12 07:41:43 -05:00

🐛 Add missing libc6-compat

This commit is contained in:
mathieu.brunot 2019-02-17 16:47:40 +01:00
parent 8b796f12da
commit 4cf2fa59ac
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0

View file

@ -38,6 +38,9 @@ ENV UXBOX_HTTP_SERVER_DEBUG=false \
UXBOX_SECRET=""
RUN set -ex; \
apk add --no-cache \
libc6-compat \
; \
chmod 755 /entrypoint.sh; \
mkdir -p /srv/uxbox/resources/public/media; \
mkdir -p /srv/uxbox/resources/public/static;