From 778bbd8b4f751e370d1e990a799e015d376d442b Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 7 Dec 2023 02:58:52 +1300 Subject: [PATCH] dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 862390a..47ac0d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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