Skip to content

Commit

Permalink
feat: added iptables as dependency for image
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrinivas8687 committed Jan 3, 2024
1 parent e6a63af commit 7e30997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21-alpine3.17 AS build
FROM golang:1.21-alpine3.19 AS build

COPY . /root/dvpn-node/

Expand All @@ -14,7 +14,7 @@ FROM alpine:3.19
COPY --from=build /go/bin/sentinelnode /usr/local/bin/process
COPY --from=build /root/hnsd/hnsd /usr/local/bin/hnsd

RUN apk add --no-cache unbound-libs v2ray wireguard-tools && \
RUN apk add --no-cache iptables unbound-libs v2ray wireguard-tools && \
rm -rf /etc/v2ray/ /usr/share/v2ray/

CMD ["process"]

0 comments on commit 7e30997

Please sign in to comment.