switch to bash

This commit is contained in:
Philipp Kunz 2016-02-25 09:14:50 +01:00
parent ec171da5a2
commit 12a8127871

View File

@ -15,4 +15,6 @@ RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.30.1/install.sh
ADD .bashrc /.bashrc
ENV BASH_ENV /.bashrc
ENV BASH_ENV /.bashrc
RUN rm /bin/sh && ln -s /bin/bash /bin/sh