mirror of
https://github.com/WeeJeWel/wg-easy.git
synced 2024-11-18 00:19:22 +08:00
update
This commit is contained in:
parent
572cb7c18a
commit
992e31add1
@ -1,9 +1,9 @@
|
||||
FROM debian:bullseye
|
||||
|
||||
# Install Linux packages
|
||||
RUN apt clean
|
||||
RUN apt update
|
||||
RUN apt install -y wireguard iproute2 openresolv curl
|
||||
RUN apt-get clean
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y wireguard iproute2 openresolv curl
|
||||
|
||||
# Install Node.js
|
||||
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
|
||||
|
Loading…
Reference in New Issue
Block a user