forked from potsda.mn/mobilizon
fix(docker): remove openssl1.1-compat
Closes #1390 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
f4e51c2a90
commit
75d7816a6c
|
@ -50,7 +50,7 @@ LABEL org.opencontainers.image.title="mobilizon" \
|
||||||
org.opencontainers.image.revision=$VCS_REF \
|
org.opencontainers.image.revision=$VCS_REF \
|
||||||
org.opencontainers.image.created=$BUILD_DATE
|
org.opencontainers.image.created=$BUILD_DATE
|
||||||
|
|
||||||
RUN apk add --no-cache curl openssl ca-certificates ncurses-libs file postgresql-client libgcc libstdc++ imagemagick python3 py3-pip py3-pillow py3-cffi py3-brotli gcc g++ musl-dev python3-dev pango libxslt-dev ttf-cantarell openssl1.1-compat
|
RUN apk add --no-cache curl openssl ca-certificates ncurses-libs file postgresql-client libgcc libstdc++ imagemagick python3 py3-pip py3-pillow py3-cffi py3-brotli gcc g++ musl-dev python3-dev pango libxslt-dev ttf-cantarell
|
||||||
RUN pip --no-cache-dir install weasyprint pyexcel-ods3
|
RUN pip --no-cache-dir install weasyprint pyexcel-ods3
|
||||||
|
|
||||||
# Create every data directory
|
# Create every data directory
|
||||||
|
|
Loading…
Reference in a new issue