Skip to content

Commit d3e2519

Browse files
authored
Merge pull request #37 from eftechcombr/eduardofraga-patch-1
Update Dockerfile
2 parents d559e24 + 94cedc9 commit d3e2519

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ COPY entrypoint.sh /
55

66
RUN apk update && \
77
apk --no-cache add wireguard-tools=~1.0.20210914 && \
8-
apk --no-cache add python3=~3.12 && \
9-
apk --no-cache add curl=~8.9 && \
10-
apk --no-cache add iptables=~1.8 && \
8+
apk --no-cache add python3 && \
9+
apk --no-cache add curl && \
10+
apk --no-cache add iptables && \
1111
chmod +x entrypoint.sh wireguard_healthcheck.py
1212

1313
VOLUME [ "/etc/wireguard" ]

0 commit comments

Comments
 (0)