oh-my-fish/Dockerfile

15 lines
326 B
Docker
Raw Normal View History

2015-12-05 13:59:13 +00:00
FROM ohmyfish/fish:2.2.0
2015-12-05 13:59:13 +00:00
COPY . /src/oh-my-fish
2015-12-05 13:59:13 +00:00
# Prevent install from opening a new fish shell
ENV CI WORKAROUND
2015-12-05 13:59:13 +00:00
# Replace this when offline installation is supported
ARG OMF_REPO_BRANCH=master
ARG OMF_REPO_URI=https://github.com/oh-my-fish/oh-my-fish
RUN fish /src/oh-my-fish/bin/install
WORKDIR /root/.local/share/omf