oh-my-fish/Dockerfile

8 lines
152 B
Docker
Raw Normal View History

FROM ohmyfish/fish:2.3.0
2015-12-05 21:59:13 +08:00
COPY . /src/oh-my-fish
RUN fish /src/oh-my-fish/bin/install --offline --noninteractive --yes
2015-12-05 21:59:13 +08:00
WORKDIR /root/.local/share/omf