mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-22 04:37:54 +08: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
|