We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c161ba6 commit f8a7fb8Copy full SHA for f8a7fb8
1 file changed
Dockerfile
@@ -5,7 +5,7 @@ ADD shim/shim /tmp/ducktape/shim
5
ADD cert /tmp/ducktape/cert
6
ADD https://github.com/dock0/ducktape/releases/download/$DUCKTAPE_VERSION/ducktape_linux_amd64 /tmp/ducktape/ducktape
7
RUN ["/tmp/ducktape/shim", ""]
8
-RUN ["/tmp/ducktape/ducktape", "https://github.com/dock0/tarball_arch/releases/download/v2.2.4/root.tar.bz2"]
+RUN ["/tmp/ducktape/ducktape", "https://github.com/dock0/tarball_arch/releases/download/v2.2.5/root.tar.bz2"]
9
RUN ln -s /proc/mounts /etc/mtab
10
RUN pacman -Syy --needed --noconfirm archlinux-keyring
11
RUN pacman -Su --needed --noconfirm git iproute2 iputils procps-ng tar which licenses util-linux
0 commit comments