Skip to content

Commit

Permalink
Update Docker image to Alpine 3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jun 23, 2021
1 parent 730f6ba commit 31650aa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dock.mau.dev/tulir/lottieconverter:alpine-3.13
FROM dock.mau.dev/tulir/lottieconverter:alpine-3.14

ARG TARGETARCH=amd64

Expand All @@ -14,6 +14,7 @@ RUN apk add --no-cache \
py3-psycopg2 \
py3-ruamel.yaml \
py3-commonmark \
py3-prometheus-client \
# Indirect dependencies
py3-idna \
#moviepy
Expand All @@ -25,6 +26,7 @@ RUN apk add --no-cache \
#py3-telethon \ (outdated)
# Optional for socks proxies
py3-pysocks \
py3-pyaes \
# cryptg
py3-cffi \
py3-qrcode \
Expand All @@ -35,7 +37,7 @@ RUN apk add --no-cache \
su-exec \
netcat-openbsd \
# encryption
olm-dev \
py3-olm \
py3-pycryptodome \
py3-unpaddedbase64 \
py3-future \
Expand Down

0 comments on commit 31650aa

Please sign in to comment.