Commit 0f2a999f authored by Bruno Pinto's avatar Bruno Pinto

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

parent 5fd44ffd
...@@ -9,12 +9,11 @@ ENV FISH_PPA=nightly-master \ ...@@ -9,12 +9,11 @@ ENV FISH_PPA=nightly-master \
# Cache script folder # Cache script folder
ADD script /src/script ADD script /src/script
WORKDIR /src
# Install fish # Install fish and oh-my-fish
RUN ./script/bootstrap.sh RUN /src/script/bootstrap.sh
ADD . /src WORKDIR /root/.oh-my-fish
CMD ["fish", "./script/run-tests.fish", "--verbose"] CMD ["fish", "./script/run-tests.fish", "--verbose"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment