We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d2aa18 commit 2c8c4f1Copy full SHA for 2c8c4f1
src/ci/docker/host-x86_64/dist-armhf-linux/Dockerfile
@@ -1,17 +1,4 @@
1
FROM ubuntu:20.04
2
-RUN apt-get update && \
3
- apt-get install -y --no-install-recommends \
4
- curl \
5
- ca-certificates
6
-WORKDIR /tmp
7
-RUN curl -f https://curl.se/ca/cacert.pem -o cacert.pem
8
-
9
-FROM ubuntu:16.04
10
11
-# The ca-certificates in ubuntu-16 is too old, so update the certificates
12
-# with something more recent.
13
-COPY --from=0 /tmp/cacert.pem /tmp/cacert.pem
14
-ENV CURL_CA_BUNDLE /tmp/cacert.pem
15
16
COPY scripts/cross-apt-packages.sh /scripts/
17
RUN sh /scripts/cross-apt-packages.sh
0 commit comments