mirror of
https://github.com/penpot/penpot.git
synced 2026-02-25 05:45:53 +00:00
🐛 Add missing libc6-compat
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user