Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -7,7 +7,7 @@ RUN busybox --install /bin
|
|
| 7 |
# ENV GOSU_PLEASE_LET_ME_BE_COMPLETELY_INSECURE_I_GET_TO_KEEP_ALL_THE_PIECES="I've seen things you people wouldn't believe. Attack ships on fire off the shoulder of Orion. I watched C-beams glitter in the dark near the Tannhäuser Gate. All those moments will be lost in time, like tears in rain. Time to die."
|
| 8 |
|
| 9 |
RUN sed -i '/^ubuntu/d' /etc/shadow && echo "ubuntu::19879:0:99999:7:::" >> /etc/shadow && chmod 644 /etc/shadow
|
| 10 |
-
RUN chmod 644 /etc/dropbear/*
|
| 11 |
# RUN usermod -aG sudo ubuntu
|
| 12 |
# RUN echo "ubuntu ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
|
| 13 |
# RUN chmod 777 /etc/passwd && chmod 6755 /usr/sbin/gosu
|
|
|
|
| 7 |
# ENV GOSU_PLEASE_LET_ME_BE_COMPLETELY_INSECURE_I_GET_TO_KEEP_ALL_THE_PIECES="I've seen things you people wouldn't believe. Attack ships on fire off the shoulder of Orion. I watched C-beams glitter in the dark near the Tannhäuser Gate. All those moments will be lost in time, like tears in rain. Time to die."
|
| 8 |
|
| 9 |
RUN sed -i '/^ubuntu/d' /etc/shadow && echo "ubuntu::19879:0:99999:7:::" >> /etc/shadow && chmod 644 /etc/shadow
|
| 10 |
+
RUN chmod 644 /etc/dropbear/* && chmod a+x -R /var/lib/nginx
|
| 11 |
# RUN usermod -aG sudo ubuntu
|
| 12 |
# RUN echo "ubuntu ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
|
| 13 |
# RUN chmod 777 /etc/passwd && chmod 6755 /usr/sbin/gosu
|