Skip to content

Commit 2c8c4f1

Browse files
committed
Update dist-armhf-linux to Ubuntu 20.04
1 parent 6d2aa18 commit 2c8c4f1

File tree

1 file changed

+0
-13
lines changed
  • src/ci/docker/host-x86_64/dist-armhf-linux

1 file changed

+0
-13
lines changed

src/ci/docker/host-x86_64/dist-armhf-linux/Dockerfile

-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
11
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
152

163
COPY scripts/cross-apt-packages.sh /scripts/
174
RUN sh /scripts/cross-apt-packages.sh

0 commit comments

Comments
 (0)