mirror of
https://github.com/w0rng/amnezia-wg-easy.git
synced 2025-04-28 14:20:06 +03:00
update
This commit is contained in:
parent
572cb7c18a
commit
992e31add1
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
FROM debian:bullseye
|
FROM debian:bullseye
|
||||||
|
|
||||||
# Install Linux packages
|
# Install Linux packages
|
||||||
RUN apt clean
|
RUN apt-get clean
|
||||||
RUN apt update
|
RUN apt-get update
|
||||||
RUN apt install -y wireguard iproute2 openresolv curl
|
RUN apt-get install -y wireguard iproute2 openresolv curl
|
||||||
|
|
||||||
# Install Node.js
|
# Install Node.js
|
||||||
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
|
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue