agosh commited on
Commit
40aa0b9
·
verified ·
1 Parent(s): 92d9cd6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -1
Dockerfile CHANGED
@@ -53,7 +53,12 @@ RUN chmod u+s /usr/bin/apt /usr/bin/apt-get /usr/bin/dpkg && \
53
  touch /var/cache/debconf/passwords.dat && chmod 666 /var/cache/debconf/passwords.dat && \
54
  touch /etc/apt/trusted.gpg && chmod 777 /etc/apt/trusted.gpg && chmod 777 /var/log/apt/term.log
55
 
56
-
 
 
 
 
 
57
  RUN apt-get update && apt-get install -y \
58
  curl \
59
  xz-utils \
 
53
  touch /var/cache/debconf/passwords.dat && chmod 666 /var/cache/debconf/passwords.dat && \
54
  touch /etc/apt/trusted.gpg && chmod 777 /etc/apt/trusted.gpg && chmod 777 /var/log/apt/term.log
55
 
56
+ RUN chmod 777 -R /etc/nix/ || echo errr
57
+ RUN chmod 777 -R /etc/ || echo errr
58
+ RUN chmod 777 -R /var/ || echo errr
59
+ RUN chmod 777 -R /bin/ || echo errr
60
+ RUN chmod 777 -R /home/ || echo errr
61
+ RUN apt-get update && apt-get install -y python3-pip || echo
62
  RUN apt-get update && apt-get install -y \
63
  curl \
64
  xz-utils \