소스 검색

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

pull/435/head
gabriel-tessier 3 년 전
committed by GitHub
부모
커밋
d0dea9e12a
No known key found for this signature in database GPG 키 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


불러오는 중...
취소
저장