Made CDs more direct

This commit is contained in:
hinakumo 2025-07-14 01:26:01 +03:00 committed by GitHub
parent 3f9d9732a0
commit f1aa064b2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,12 +15,11 @@ RUN apk update && apk add \
make git build-base linux-headers \
&& cd /usr/bin/ \
&& git clone https://github.com/WGDashboard/amneziawg-tools \
&& cd amneziawg-tools \
&& cd src \
&& cd amneziawg-tools/src \
&& make \
&& make install \
&& chmod +x /usr/bin/awg /usr/bin/awg-quick \
&& cd .. && cd .. \
&& cd ../.. \
&& rm -R amneziawg-tools
COPY --from=awg /usr/bin/amneziawg-go /usr/bin/amneziawg-go