Skip to content

Commit e7f24e4

Browse files
committed
Merge branch 'development' into test_versions
2 parents 7d78050 + 74ecf32 commit e7f24e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ RUN cd sibernetic && \
115115
COPY ./master_openworm.py $HOME/master_openworm.py
116116
RUN sudo chown $USER:$USER $HOME/master_openworm.py
117117

118-
RUN echo '\n\nalias cd..="cd .."\nalias h=history\nalias ll="ls -alt"' >> ~/.bashrc
118+
RUN printf '\n\nalias cd..="cd .."\nalias h=history\nalias ll="ls -alt"\n' >> ~/.bashrc
119119

120120
RUN pip list
121121

0 commit comments

Comments
 (0)