We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21bd9ee + f3265fe commit 76e51b8Copy full SHA for 76e51b8
src/ci/docker/host-x86_64/armhf-gnu/Dockerfile
@@ -58,7 +58,7 @@ RUN curl https://www.busybox.net/downloads/busybox-1.21.1.tar.bz2 | tar xjf - &&
58
# Download the ubuntu rootfs, which we'll use as a chroot for all our tests.
59
WORKDIR /tmp
60
RUN mkdir rootfs/ubuntu
61
-RUN curl http://cdimage.ubuntu.com/ubuntu-base/releases/16.04/release/ubuntu-base-16.04-core-armhf.tar.gz | \
+RUN curl http://cdimage.ubuntu.com/ubuntu-base/releases/16.04/release/ubuntu-base-16.04.6-base-armhf.tar.gz | \
62
tar xzf - -C rootfs/ubuntu && \
63
cd rootfs && mkdir proc sys dev etc etc/init.d
64
0 commit comments