瀏覽代碼

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

pull/435/head
gabriel-tessier 3 年之前
committed by GitHub
父節點
當前提交
d0dea9e12a
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      docker/dev/Dockerfile

+ 3
- 3
docker/dev/Dockerfile 查看文件

@@ -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


Loading…
取消
儲存