installing oh-my-fish on fish_path, so it overrides the custom install

This commit is contained in:
Bruno Pinto 2015-01-23 19:25:36 -02:00
parent 5fd44ffd7b
commit 0f2a999fed

View File

@ -9,12 +9,11 @@ ENV FISH_PPA=nightly-master \
# Cache script folder
ADD script /src/script
WORKDIR /src
# Install fish
RUN ./script/bootstrap.sh
# Install fish and oh-my-fish
RUN /src/script/bootstrap.sh
ADD . /src
WORKDIR /root/.oh-my-fish
CMD ["fish", "./script/run-tests.fish", "--verbose"]