feat(dev/docker): update to use latest stable python 3 (#476)

pull/485/head
gabriel-tessier 4 years ago committed by GitHub
parent ff90ff93bd
commit d0dea9e12a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,9 +1,9 @@
# use latest python alphine image. # use latest python 3 alpine image.
FROM python:rc-alpine3.12 FROM python:3-alpine
# install system dependencies. # install system dependencies.
RUN apk update && apk add --no-cache \ RUN apk update && apk add --no-cache \
gcc libc-dev g++ graphviz git bash go imagemagick inkscape ttf-opensans curl fontconfig gcc libc-dev g++ graphviz git bash go imagemagick inkscape ttf-opensans curl fontconfig xdg-utils
# install go package. # install go package.
RUN go get github.com/mingrammer/round RUN go get github.com/mingrammer/round

Loading…
Cancel
Save