Skip to content

Commit

Permalink
Fix typo causing broken RUN
Browse files Browse the repository at this point in the history
Man, I gotta get the local dev env set up soon...
  • Loading branch information
samhclark authored Aug 11, 2024
1 parent 08a54c4 commit ac89918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ac89918

Please sign in to comment.