Skip to content

Commit

Permalink
docker: add iptables package to Docker image. (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell authored Jan 16, 2024
1 parent b6ddb28 commit 9c97a7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ RUN go build -o nomad-nodesim .
FROM debian:stable AS dev

RUN apt update
RUN apt install -y iproute2
RUN apt install -y \
iptables \
iproute2

COPY --from=devbuild /build/nomad-nodesim /bin/

0 comments on commit 9c97a7c

Please sign in to comment.