Kaynağa Gözat

Use bionic for docker image

Kentaro Wada 5 yıl önce
ebeveyn
işleme
cff2c043ec
1 değiştirilmiş dosya ile 3 ekleme ve 2 silme
  1. 3 2
      docker/Dockerfile

+ 3 - 2
docker/Dockerfile

@@ -1,9 +1,10 @@
-FROM ubuntu:xenial
+FROM ubuntu:bionic
 LABEL maintainer "Kentaro Wada <www.kentaro.wada@gmail.com>"
 
+ENV DEBIAN_FRONTEND=noninteractive
+
 RUN \
   apt-get update -qq && \
-  apt-get upgrade -qq -y && \
   apt-get install -qq -y \
     git \
     python3 \