Skip to content

Commit

Permalink
feat(dev/docker): update to use latest stable python 3 (mingrammer#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-tessier authored Mar 6, 2021
1 parent ff90ff9 commit d0dea9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# use latest python alphine image.
FROM python:rc-alpine3.12
# use latest python 3 alpine image.
FROM python:3-alpine

# install system dependencies.
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.
RUN go get github.com/mingrammer/round
Expand Down

0 comments on commit d0dea9e

Please sign in to comment.