retry bash linking

This commit is contained in:
Philipp Kunz 2016-02-27 23:14:13 +01:00
parent d1a5dc89b9
commit 11d867a368

View File

@ -17,4 +17,4 @@ ADD .bashrc /.bashrc
ENV BASH_ENV /.bashrc
RUN rm /bin/sh && ln -s /bin/bash /bin/sh
RUN ln -snf /bin/bash /bin/sh