File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ADD shim/shim /tmp/ducktape/shim
5
5
ADD cert /tmp/ducktape/cert
6
6
ADD https://github.com/dock0/ducktape/releases/download/$DUCKTAPE_VERSION/ducktape /tmp/ducktape/ducktape
7
7
RUN ["/tmp/ducktape/shim" , "" ]
8
- RUN ["/tmp/ducktape/ducktape" , "https://github.com/dock0/tarball_arch/releases/download/v2.0.1 /root.tar.bz2" ]
8
+ RUN ["/tmp/ducktape/ducktape" , "https://github.com/dock0/tarball_arch/releases/download/v2.1.2 /root.tar.bz2" ]
9
9
RUN pacman -Syy --needed --noconfirm archlinux-keyring
10
- RUN pacman -Syu --needed --noconfirm git iproute2 iputils procps-ng tar which licenses util-linux
10
+ RUN pacman -Su --needed --noconfirm git iproute2 iputils procps-ng tar which licenses util-linux
11
11
CMD ["/bin/bash" ]
Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2020 Les Aker
3
+ Copyright (c) 2022 Les Aker
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments