Skip to content

Commit

Permalink
Update docker image to Alpine 3.10 and add libffi-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jun 22, 2019
1 parent 3fa6128 commit 823abc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/alpine:3.9
FROM docker.io/alpine:3.10

ENV UID=1337 \
GID=1337 \
Expand All @@ -14,8 +14,7 @@ RUN apk add --no-cache \
py3-sqlalchemy \
py3-markdown \
py3-psycopg2 \
# Not yet in stable repos:
#py3-ruamel \
py3-ruamel.yaml \
# Indirect dependencies
#commonmark
py3-future \
Expand All @@ -33,6 +32,7 @@ RUN apk add --no-cache \
py3-rsa \
# Other dependencies
python3-dev \
libffi-dev \
build-base \
ffmpeg \
ca-certificates \
Expand Down

0 comments on commit 823abc1

Please sign in to comment.