Skip to content

Commit

Permalink
add iptables to production container
Browse files Browse the repository at this point in the history
  • Loading branch information
domysh committed Oct 1, 2023
1 parent 03954e1 commit ab11c84
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 @@ -60,7 +60,7 @@ FROM debian:stable-slim
RUN useradd wgui

RUN apt-get update
RUN apt-get install -y ca-certificates wireguard jq iproute2 inotify-tools
RUN apt-get install -y ca-certificates wireguard jq iproute2 inotify-tools iptables

WORKDIR /app

Expand Down

0 comments on commit ab11c84

Please sign in to comment.