Spaces:
Running
Running
lancelotly
commited on
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -4,7 +4,6 @@ USER root
|
|
4 |
RUN chmod -R 777 /usr/local/bin/fixuid && \
|
5 |
chown root:root /usr/local/bin/fixuid && \
|
6 |
chmod u+s /usr/local/bin/fixuid
|
7 |
-
WORKDIR ~
|
8 |
RUN set -x && \
|
9 |
apt-get update && \
|
10 |
apt-get upgrade -y && \
|
|
|
4 |
RUN chmod -R 777 /usr/local/bin/fixuid && \
|
5 |
chown root:root /usr/local/bin/fixuid && \
|
6 |
chmod u+s /usr/local/bin/fixuid
|
|
|
7 |
RUN set -x && \
|
8 |
apt-get update && \
|
9 |
apt-get upgrade -y && \
|