Skip to content

Commit 94cedc9

Browse files
authored
Update Dockerfile
1 parent d559e24 commit 94cedc9

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)