mirror of
https://github.com/penpot/penpot.git
synced 2025-02-15 19:48:22 -05:00
🐛 Not use alpine as snappy needs libc and alpine use musl
This commit is contained in:
parent
4cf2fa59ac
commit
06cb9d9808
1 changed files with 1 additions and 4 deletions
|
@ -12,7 +12,7 @@ RUN set -ex; \
|
||||||
|
|
||||||
|
|
||||||
# Once application has been built, prepare production image
|
# Once application has been built, prepare production image
|
||||||
FROM openjdk:8-jre-alpine
|
FROM openjdk:8-jre
|
||||||
|
|
||||||
LABEL maintainer="mathieu.brunot at monogramm dot io"
|
LABEL maintainer="mathieu.brunot at monogramm dot io"
|
||||||
|
|
||||||
|
@ -38,9 +38,6 @@ ENV UXBOX_HTTP_SERVER_DEBUG=false \
|
||||||
UXBOX_SECRET=""
|
UXBOX_SECRET=""
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
apk add --no-cache \
|
|
||||||
libc6-compat \
|
|
||||||
; \
|
|
||||||
chmod 755 /entrypoint.sh; \
|
chmod 755 /entrypoint.sh; \
|
||||||
mkdir -p /srv/uxbox/resources/public/media; \
|
mkdir -p /srv/uxbox/resources/public/media; \
|
||||||
mkdir -p /srv/uxbox/resources/public/static;
|
mkdir -p /srv/uxbox/resources/public/static;
|
||||||
|
|
Loading…
Add table
Reference in a new issue