Files
vpnbot/dockerfile/doh.dockerfile
T
2023-04-10 22:52:24 +04:00

5 lines
98 B
Docker

from nginx:stable
run apt update && \
apt install -y git net-tools lsof ssh && \
mkdir /root/.ssh