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-11 14:21:01 +01:00
|
|
|
COPY etc etc
|
|
|
|
|
2025-01-09 23:17:41 +01:00
|
|
|
RUN dnf install vim ncdu -y && \
|
|
|
|
dnf remove firefox firefox-langpacks -y && \
|
2025-01-15 19:17:17 +01:00
|
|
|
systemctl enable bootc-auto-update.timer && \
|
2025-01-09 23:10:49 +01:00
|
|
|
ostree container commit && \
|
2025-01-11 14:21:01 +01:00
|
|
|
bootc container lint
|