diff options
| author | Nikita Popov <nikita.ppv@gmail.com> | 2022-02-16 20:03:40 +0100 |
|---|---|---|
| committer | Nikita Popov <nikita.ppv@gmail.com> | 2022-02-16 21:18:45 +0100 |
| commit | 8630085ed61c9891089a56c0a25dfdca790dbef7 (patch) | |
| tree | f51921597b42aab50434407eaad146aa118fa32d /src/ci/docker | |
| parent | f90b06d7fb00470177516c5881bcec0432cb4f24 (diff) | |
| download | rust-8630085ed61c9891089a56c0a25dfdca790dbef7.tar.gz rust-8630085ed61c9891089a56c0a25dfdca790dbef7.zip | |
Update dist-x86_64-musl to Ubuntu 20.04
Diffstat (limited to 'src/ci/docker')
| -rw-r--r-- | src/ci/docker/host-x86_64/dist-x86_64-musl/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ci/docker/host-x86_64/dist-x86_64-musl/Dockerfile b/src/ci/docker/host-x86_64/dist-x86_64-musl/Dockerfile index ef49904b53d..51645a81853 100644 --- a/src/ci/docker/host-x86_64/dist-x86_64-musl/Dockerfile +++ b/src/ci/docker/host-x86_64/dist-x86_64-musl/Dockerfile @@ -1,6 +1,6 @@ -FROM ubuntu:16.04 +FROM ubuntu:20.04 -RUN apt-get update && apt-get install -y --no-install-recommends \ +RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ g++ \ make \ ninja-build \ |
