mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
added basic dockerfile
This commit is contained in:
parent
094d44e3ec
commit
50befdd2ad
1 changed files with 9 additions and 0 deletions
9
Dockerfile
Normal file
9
Dockerfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
FROM archlinux
|
||||
|
||||
RUN pacman --noconfirm -Sy yazi ffmpegthumbnailer unarchiver jq poppler fd ripgrep fzf zoxide
|
||||
|
||||
RUN pacman --noconfirm -Sy vi
|
||||
|
||||
ENTRYPOINT yazi
|
||||
|
||||
CMD /
|
||||
Loading…
Add table
Reference in a new issue