mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
installing oh-my-fish on fish_path, so it overrides the custom install
This commit is contained in:
parent
5fd44ffd7b
commit
0f2a999fed
@ -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"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user