mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-10 08:46:02 +00:00
14 lines
524 B
Docker
14 lines
524 B
Docker
FROM ghcr.io/cgwalters/fedora-silverblue:37
|
|
# See https://pagure.io/releng/issue/11047 for final location
|
|
|
|
COPY etc /etc
|
|
|
|
COPY ublue-firstboot /usr/bin
|
|
|
|
RUN rpm-ostree override remove firefox firefox-langpacks && \
|
|
rpm-ostree install distrobox gnome-tweaks && \
|
|
sed -i 's/#AutomaticUpdatePolicy.*/AutomaticUpdatePolicy=stage/' /etc/rpm-ostreed.conf && \
|
|
systemctl enable rpm-ostreed-automatic.timer && \
|
|
systemctl enable flatpak-automatic.timer && \
|
|
rpm-ostree cleanup -m && \
|
|
ostree container commit |