Skip to content
Snippets Groups Projects
Commit f2c621a8 authored by Tulir Asokan's avatar Tulir Asokan :cat2:
Browse files

Update docker image to alpine 3.10

parent 846e4884
No related branches found
No related tags found
No related merge requests found
FROM docker.io/alpine:3.9
FROM docker.io/alpine:3.10
ENV UID=1337 \
GID=1337
......@@ -11,8 +11,7 @@ RUN apk add --no-cache \
py3-magic \
py3-sqlalchemy \
py3-psycopg2 \
# Not yet in stable repos:
#py3-ruamel.yaml \
py3-ruamel.yaml \
# Indirect dependencies
#commonmark
py3-future \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment