You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oh-my-fish/Dockerfile

15 lines
326 B
Docker

FROM ohmyfish/fish:2.2.0
COPY . /src/oh-my-fish
# Prevent install from opening a new fish shell
ENV CI WORKAROUND
# 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