Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
add wg and wg-quick symlinks

Signed-off-by: AlexanderGalkov <[email protected]>
  • Loading branch information
AlexanderGalkov authored and tiaga committed Feb 20, 2024
1 parent 827ec6e commit 4dddf62
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 @@ -11,5 +11,7 @@ RUN apk --no-cache add iproute2 iptables bash && \
cd /usr/bin/ && \
wget https://github.com/amnezia-vpn/amneziawg-tools/releases/download/v${AWGTOOLS_RELEASE}/alpine-3.19-amneziawg-tools.zip && \
unzip -j alpine-3.19-amneziawg-tools.zip && \
chmod +x /usr/bin/awg /usr/bin/awg-quick
chmod +x /usr/bin/awg /usr/bin/awg-quick && \
ln -s /usr/bin/awg /usr/bin/wg && \
ln -s /usr/bin/awg-quick /usr/bin/wg-quick
COPY --from=awg /usr/bin/amneziawg-go /usr/bin/amneziawg-go

0 comments on commit 4dddf62

Please sign in to comment.