Dockerfile aktualisiert
This commit is contained in:
@@ -8,6 +8,10 @@ RUN apt-get update && \
|
||||
rm -rf initrd.img initrd.img.old vmlinuz vmlinuz.old /boot && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN wget -O /tmp/gotty.tar.gz https://github.com/yudai/gotty/releases/download/v1.0.1/gotty_linux_amd64.tar.gz && \
|
||||
tar -C /usr/bin/ -xvf /tmp/gotty.tar.gz && \
|
||||
rm -rf /tmp/gotty.tar.gz
|
||||
|
||||
ENV DATA_DIR="/wireguard"
|
||||
ENV WG_CONFIG_ID=9
|
||||
ENV SERVER_IP=YOURPUBLICIP
|
||||
|
Reference in New Issue
Block a user