1
0
Fork 0

Set vim as default editor

This commit is contained in:
ver4a 2024-11-08 22:16:13 +01:00
parent f4ae0f3cc8
commit 5aed2ee2e5

View file

@ -12,10 +12,13 @@ RUN rpm-ostree override remove libavcodec-free libavfilter-free libpostproc-free
# Bulk of layered packages
RUN rpm-ostree install virt-manager vim neovim bat btop butane coreos-installer nmap pv restic zstd
RUN systemctl enable libvirtd
# Set vim as default editor
RUN rpm-ostree override remove nano-default-editor --install vim-default-editor
# Remove rpm metadata cache
RUN rpm-ostree cleanup --repomd
RUN systemctl enable libvirtd
# https://github.com/ostreedev/ostree-rs-ext/issues/159
RUN ostree container commit