Skip to content

Commit 74ecf32

Browse files
committed
Use printf not echo for writing string to file
1 parent c207f75 commit 74ecf32

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
@@ -118,7 +118,7 @@ RUN cd sibernetic && \
118118
COPY ./master_openworm.py $HOME/master_openworm.py
119119
RUN sudo chown $USER:$USER $HOME/master_openworm.py
120120

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

123123
RUN pip list
124124

0 commit comments

Comments
 (0)