mirror of
https://github.com/penpot/penpot.git
synced 2025-03-11 23:31:21 -05:00
🐛 Add missing libc6-compat
This commit is contained in:
parent
8b796f12da
commit
4cf2fa59ac
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue