Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #22 from cgwalters/fix-var-builds
Browse files Browse the repository at this point in the history
cloud: Clean more stuff
  • Loading branch information
sallyom authored Dec 21, 2023
2 parents 8a04ba7 + bfa91b3 commit a33d310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
FROM quay.io/centos-bootc/fedora-bootc-dev:eln
RUN dnf -y install cloud-init && \
ln -s ../cloud-init.target /usr/lib/systemd/system/default.target.wants && \
rm /var/log/*.log /var/lib/dnf -rf && ostree container commit
rm -rf /var/{cache,log} /var/lib/{dnf,rhsm} -rf && ostree container commit
COPY usr usr

0 comments on commit a33d310

Please sign in to comment.