We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 972186a commit e85cbf0Copy full SHA for e85cbf0
Dockerfile
@@ -6,6 +6,6 @@ ADD cert /tmp/ducktape/cert
6
ADD https://github.com/dock0/ducktape/releases/download/$DUCKTAPE_VERSION/ducktape /tmp/ducktape/ducktape
7
RUN ["/tmp/ducktape/shim", ""]
8
RUN ["/tmp/ducktape/ducktape", "https://github.com/dock0/tarball_arch/releases/download/v2.0.1/root.tar.bz2"]
9
-RUN pacman -Sy --needed --noconfirm archlinux-keyring
+RUN pacman -Syy --needed --noconfirm archlinux-keyring
10
RUN pacman -Syu --needed --noconfirm git iproute2 iputils procps-ng tar which licenses util-linux
11
CMD ["/bin/bash"]
scripts/test.sh
@@ -3,4 +3,4 @@
3
set -euo pipefail
4
5
docker run -i new /bin/bash --version
-docker run -i new pacman -Syu --noconfirm make
+docker run -i new pacman -S --noconfirm make
0 commit comments