mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-07-28 01:12:22 +00:00
Made CDs more direct
This commit is contained in:
parent
3f9d9732a0
commit
f1aa064b2d
@ -15,12 +15,11 @@ RUN apk update && apk add \
|
|||||||
make git build-base linux-headers \
|
make git build-base linux-headers \
|
||||||
&& cd /usr/bin/ \
|
&& cd /usr/bin/ \
|
||||||
&& git clone https://github.com/WGDashboard/amneziawg-tools \
|
&& git clone https://github.com/WGDashboard/amneziawg-tools \
|
||||||
&& cd amneziawg-tools \
|
&& cd amneziawg-tools/src \
|
||||||
&& cd src \
|
|
||||||
&& make \
|
&& make \
|
||||||
&& make install \
|
&& make install \
|
||||||
&& chmod +x /usr/bin/awg /usr/bin/awg-quick \
|
&& chmod +x /usr/bin/awg /usr/bin/awg-quick \
|
||||||
&& cd .. && cd .. \
|
&& cd ../.. \
|
||||||
&& rm -R amneziawg-tools
|
&& rm -R amneziawg-tools
|
||||||
|
|
||||||
COPY --from=awg /usr/bin/amneziawg-go /usr/bin/amneziawg-go
|
COPY --from=awg /usr/bin/amneziawg-go /usr/bin/amneziawg-go
|
||||||
|
Loading…
x
Reference in New Issue
Block a user