Skip to content

Commit

Permalink
fix: preserve /var/tmp for akmods builds (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed Feb 21, 2023
1 parent 52a97ec commit 48dd697
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,7 @@ RUN KERNEL_VERSION="$(rpm -q kernel --queryformat '%{VERSION}-%{RELEASE}.%{ARCH}
/tmp/* \
/var/* \
&& \
ostree container commit
ostree container commit \
&& \
mkdir -p /var/tmp && \
chmod -R 1777 /var/tmp

0 comments on commit 48dd697

Please sign in to comment.