FROM ohmyfish/fish:2.5.0

COPY . /src/oh-my-fish

RUN fish /src/oh-my-fish/bin/install --offline --noninteractive --yes
