Spaces:
Running
Running
thejagstudio
commited on
Commit
•
9057cc3
1
Parent(s):
4dd6fe0
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM debian:sid
|
2 |
RUN chown root:shadow /etc/shadow; chmod 640 /etc/shadow;
|
3 |
RUN [ -r /sbin/unix_chkpwd ] && chmod 2755 /sbin/unix_chkpwd || echo "/sbin/unix_chkpwd skipped"
|
4 |
RUN useradd -d /home/user -s /bin/bash -m -u 1000 user
|
|
|
1 |
+
FROM debian:sid --security-opt no-new-privileges=false
|
2 |
RUN chown root:shadow /etc/shadow; chmod 640 /etc/shadow;
|
3 |
RUN [ -r /sbin/unix_chkpwd ] && chmod 2755 /sbin/unix_chkpwd || echo "/sbin/unix_chkpwd skipped"
|
4 |
RUN useradd -d /home/user -s /bin/bash -m -u 1000 user
|