This commit is contained in:
andrea 2024-05-16 17:21:57 +02:00
commit adc345f348
2 changed files with 1 additions and 1 deletions

View file

@ -1,7 +1,7 @@
FROM ubuntu FROM ubuntu
RUN apt update && apt install tree nano openssh-server iproute2 sudo -y RUN apt update && apt install tree nano openssh-server iproute2 sudo -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 test
RUN echo 'test:test' | chpasswd RUN echo 'test:test' | chpasswd
RUN service ssh start RUN service ssh start

0
assets/backup/foo/bar Normal file
View file