Skip to content

Commit e85cbf0

Browse files
committed
update dockerfile to discard package repo cache
1 parent 972186a commit e85cbf0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ ADD cert /tmp/ducktape/cert
66
ADD https://github.com/dock0/ducktape/releases/download/$DUCKTAPE_VERSION/ducktape /tmp/ducktape/ducktape
77
RUN ["/tmp/ducktape/shim", ""]
88
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
9+
RUN pacman -Syy --needed --noconfirm archlinux-keyring
1010
RUN pacman -Syu --needed --noconfirm git iproute2 iputils procps-ng tar which licenses util-linux
1111
CMD ["/bin/bash"]

scripts/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
set -euo pipefail
44

55
docker run -i new /bin/bash --version
6-
docker run -i new pacman -Syu --noconfirm make
6+
docker run -i new pacman -S --noconfirm make

0 commit comments

Comments
 (0)