forked from mirrors/amnezia-wg-easy
wip
This commit is contained in:
commit
eaf3d5c3fb
9 changed files with 57 additions and 0 deletions
13
Dockerfile
Normal file
13
Dockerfile
Normal file
|
@ -0,0 +1,13 @@
|
|||
FROM debian:bullseye
|
||||
|
||||
# Install Linux packages
|
||||
RUN apt update
|
||||
RUN apt install -y wireguard iproute2 openresolv curl
|
||||
|
||||
# Install Node.js
|
||||
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
|
||||
RUN apt-get install -y nodejs
|
||||
|
||||
# RUN wg-quick up wg0
|
||||
EXPOSE 51820
|
||||
ENTRYPOINT ["tail", "-f", "/dev/null"]
|
Loading…
Add table
Add a link
Reference in a new issue