5 lines
98 B
Docker
5 lines
98 B
Docker
from nginx:stable
|
|
run apt update && \
|
|
apt install -y git net-tools lsof ssh && \
|
|
mkdir /root/.ssh
|