We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c207f75 commit 74ecf32Copy full SHA for 74ecf32
Dockerfile
@@ -118,7 +118,7 @@ RUN cd sibernetic && \
118
COPY ./master_openworm.py $HOME/master_openworm.py
119
RUN sudo chown $USER:$USER $HOME/master_openworm.py
120
121
-RUN echo '\n\nalias cd..="cd .."\nalias h=history\nalias ll="ls -alt"' >> ~/.bashrc
+RUN printf '\n\nalias cd..="cd .."\nalias h=history\nalias ll="ls -alt"\n' >> ~/.bashrc
122
123
RUN pip list
124
0 commit comments