1
0

dockerfile

This commit is contained in:
michael 2023-12-07 02:58:52 +13:00
parent 5f0968ad10
commit 778bbd8b4f

View File

@ -1,6 +1,6 @@
FROM ubuntu:latest
RUN apt update && apt install openssh-server sudo -y
RUN apt update && apt install openssh-server sudo scp -y
RUN useradd -rm -d /home/ubuntu -s /bin/bash -g root -G sudo -u 1000 test