dockerfile
This commit is contained in:
parent
5f0968ad10
commit
778bbd8b4f
@ -1,6 +1,6 @@
|
|||||||
FROM ubuntu:latest
|
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
|
RUN useradd -rm -d /home/ubuntu -s /bin/bash -g root -G sudo -u 1000 test
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user