Fix bugs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user