From ac89918aa0c19215de300fb86c29da4f9b58800e Mon Sep 17 00:00:00 2001 From: Sam Clark <1059176+samhclark@users.noreply.github.com> Date: Sun, 11 Aug 2024 11:42:01 -0500 Subject: [PATCH] Fix typo causing broken RUN Man, I gotta get the local dev env set up soon... --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 2af64c4..57f2dcc 100644 --- a/Containerfile +++ b/Containerfile @@ -3,7 +3,7 @@ FROM quay.io/fedora-ostree-desktops/silverblue:40 as silverblue COPY vscode.repo /etc/yum.repos.d/vscode.repo COPY custom-origin.yaml /etc/rpm-ostree/origin.d/custom-origin.yaml -RUN rpm-ostree ex rebuild +RUN rpm-ostree ex rebuild \ && systemctl enable rpm-ostreed-automatic.timer \ && rpm-ostree cleanup -m \ && ostree container commit