silverblue-custom/Containerfile

14 lines
288 B
Plaintext
Raw Normal View History

2025-01-02 23:32:42 +01:00
ARG FEDORA_MAJOR_VERSION=41
FROM quay.io/fedora-ostree-desktops/silverblue:${FEDORA_MAJOR_VERSION}
2025-01-03 00:03:26 +01:00
COPY vconsole.conf /etc/vconsole.conf
2025-01-02 23:32:42 +01:00
RUN rpm-ostree install \
vim
2025-01-03 00:03:26 +01:00
RUN rpm-ostree override remove firefox firefox-langpacks
2025-01-02 23:32:42 +01:00
RUN rpm-ostree cleanup -m && \
ostree container commit