Files
vpnbot/dockerfile/doh.dockerfile
T
2023-05-12 21:28:51 +04:00

7 lines
146 B
Docker

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