BinaryONe commited on
Commit
1f5bb21
·
1 Parent(s): d57e9c2
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -52,8 +52,8 @@ RUN touch /etc/ssh/ssh_known_hosts &&\
52
  touch /etc/ssh/known_hosts
53
 
54
  RUN chmod -R 777 /etc/ssh/* /app/* &&\
55
- sudo chmod -R /usr/bin &&\
56
- chmod u+s /usr/bin/sudo
57
 
58
  #RUN echo " Public Key $(cat /etc/ssh/ssh_host_rsa_key.pub)" && \
59
  # echo " Private Key $(cat /etc/ssh/ssh_host_rsa_key)"
 
52
  touch /etc/ssh/known_hosts
53
 
54
  RUN chmod -R 777 /etc/ssh/* /app/* &&\
55
+ sudo chmod -R 755 /usr/bin &&\
56
+ chmod 755 /usr/bin/sudo
57
 
58
  #RUN echo " Public Key $(cat /etc/ssh/ssh_host_rsa_key.pub)" && \
59
  # echo " Private Key $(cat /etc/ssh/ssh_host_rsa_key)"