Explorar o código

apparently apt now asks for your region interactively. Even in a docker image

Grant Limberg %!s(int64=5) %!d(string=hai) anos
pai
achega
3669cac3c9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dockerbuild/Dockerfile.ubuntu-focal

+ 1 - 1
dockerbuild/Dockerfile.ubuntu-focal

@@ -2,7 +2,7 @@ FROM ubuntu:focal-20200423
 
 ARG go_pkg_url
 
-RUN apt-get update && apt-get upgrade -y && apt-get -y install build-essential curl cmake ca-certificates devscripts dh-systemd
+RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get upgrade -y && apt-get -y install build-essential curl cmake ca-certificates devscripts dh-systemd
 
 RUN curl -s -k $go_pkg_url -o go.tar.gz && \
     tar -C /usr/local -xzf go.tar.gz && \