about summary refs log tree commit diff
path: root/src/ci/docker/host-x86_64
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2022-02-10 18:59:58 +0100
committerNikita Popov <nikita.ppv@gmail.com>2022-02-10 21:43:19 +0100
commit2c8c4f1fbfe384f19663961096bbeb7a3be005e5 (patch)
treeb2f330c8bfa33bca3983eed8b8b15697a2d478d7 /src/ci/docker/host-x86_64
parent6d2aa1894dee267dd0813ea27927f9f604dd445a (diff)
downloadrust-2c8c4f1fbfe384f19663961096bbeb7a3be005e5.tar.gz
rust-2c8c4f1fbfe384f19663961096bbeb7a3be005e5.zip
Update dist-armhf-linux to Ubuntu 20.04
Diffstat (limited to 'src/ci/docker/host-x86_64')
-rw-r--r--src/ci/docker/host-x86_64/dist-armhf-linux/Dockerfile13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/ci/docker/host-x86_64/dist-armhf-linux/Dockerfile b/src/ci/docker/host-x86_64/dist-armhf-linux/Dockerfile
index b11a1d3feb2..dd1c83b4132 100644
--- a/src/ci/docker/host-x86_64/dist-armhf-linux/Dockerfile
+++ b/src/ci/docker/host-x86_64/dist-armhf-linux/Dockerfile
@@ -1,17 +1,4 @@
 FROM ubuntu:20.04
-RUN apt-get update && \
-    apt-get install -y --no-install-recommends \
-        curl \
-        ca-certificates
-WORKDIR /tmp
-RUN curl -f https://curl.se/ca/cacert.pem -o cacert.pem
-
-FROM ubuntu:16.04
-
-# The ca-certificates in ubuntu-16 is too old, so update the certificates
-# with something more recent.
-COPY --from=0 /tmp/cacert.pem /tmp/cacert.pem
-ENV CURL_CA_BUNDLE /tmp/cacert.pem
 
 COPY scripts/cross-apt-packages.sh /scripts/
 RUN sh /scripts/cross-apt-packages.sh