Spaces:
Running
Running
tuts4y0u
commited on
Commit
•
50463a7
1
Parent(s):
fe1625b
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
FROM debian:sid
|
|
|
2 |
RUN /bin/hostname hf-server
|
3 |
RUN chown root:shadow /etc/shadow; chmod 640 /etc/shadow;
|
4 |
RUN [ -r /sbin/unix_chkpwd ] && chmod 2755 /sbin/unix_chkpwd || echo "/sbin/unix_chkpwd skipped"
|
|
|
1 |
FROM debian:sid
|
2 |
+
USER root
|
3 |
RUN /bin/hostname hf-server
|
4 |
RUN chown root:shadow /etc/shadow; chmod 640 /etc/shadow;
|
5 |
RUN [ -r /sbin/unix_chkpwd ] && chmod 2755 /sbin/unix_chkpwd || echo "/sbin/unix_chkpwd skipped"
|