Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rbrtbnfgl authored Apr 23, 2024
1 parent 1daf18b commit 5852647
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN set -x && \
linux-headers \
make
# setup the build
ARG ARCH="amd64"
ARG K3S_ROOT_VERSION=v0.13.0
ADD https://github.com/rancher/k3s-root/releases/download/${K3S_ROOT_VERSION}/k3s-root-xtables-${ARCH}.tar /opt/xtables/k3s-root-xtables.tar
RUN tar xvf /opt/xtables/k3s-root-xtables.tar -C /opt/xtables
Expand Down

0 comments on commit 5852647

Please sign in to comment.