mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-05 21:20:31 +00:00
6 lines
120 B
Docker
6 lines
120 B
Docker
FROM ohmyfish/fish:2.3.1
|
|
|
|
COPY . /src/oh-my-fish
|
|
|
|
RUN fish /src/oh-my-fish/bin/install --offline --noninteractive --yes
|