Kaynağa Gözat

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

pull/435/head
gabriel-tessier 3 yıl önce
committed by GitHub
ebeveyn
işleme
d0dea9e12a
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. +3
    -3
      docker/dev/Dockerfile

+ 3
- 3
docker/dev/Dockerfile Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet