This commit is contained in:
2024-11-09 22:13:24 +01:00
parent 9dbff77dd1
commit b7a5c42b9b
2 changed files with 9 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
FROM debian:11 AS debian-user
RUN \
apt update && \
apt install sudo curl && \
apt update -y && \
apt install sudo curl -y && \
useradd -m tester && \
echo tester:tester | chpasswd && \
usermod -aG sudo tester