]> git.lizzy.rs Git - rust.git/blobdiff - src/ci/docker/host-x86_64/x86_64-gnu-nopt/Dockerfile
Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup
[rust.git] / src / ci / docker / host-x86_64 / x86_64-gnu-nopt / Dockerfile
index f4071961f8e18736d17d0f68fea51bb93f511677..77510d7ac62dc830d6550a6ce80df58763091cf3 100644 (file)
@@ -1,6 +1,7 @@
-FROM ubuntu:16.04
+FROM ubuntu:20.04
 
-RUN apt-get update && apt-get install -y --no-install-recommends \
+# Avoid interactive prompts while installing `tzdata` dependency with `DEBIAN_FRONTEND`.
+RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
   g++ \
   make \
   ninja-build \