Skip to content

Commit

Permalink
update base tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Nov 28, 2024
1 parent 41ea773 commit 411f955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ADD shim/shim /tmp/ducktape/shim
ADD cert /tmp/ducktape/cert
ADD https://github.com/dock0/ducktape/releases/download/$DUCKTAPE_VERSION/ducktape /tmp/ducktape/ducktape
RUN ["/tmp/ducktape/shim", ""]
RUN ["/tmp/ducktape/ducktape", "https://github.com/dock0/tarball_arch/releases/download/v2.1.6/root.tar.bz2"]
RUN ["/tmp/ducktape/ducktape", "https://github.com/dock0/tarball_arch/releases/download/v2.1.7/root.tar.bz2"]
RUN ln -s /proc/mounts /etc/mtab
RUN pacman -Syy --needed --noconfirm archlinux-keyring
RUN pacman -Su --needed --noconfirm git iproute2 iputils procps-ng tar which licenses util-linux
Expand Down

0 comments on commit 411f955

Please sign in to comment.