Skip to content

Commit 48dd697

Browse files
authored
fix: preserve /var/tmp for akmods builds (#47)
1 parent 52a97ec commit 48dd697

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Containerfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,7 @@ RUN KERNEL_VERSION="$(rpm -q kernel --queryformat '%{VERSION}-%{RELEASE}.%{ARCH}
131131
/tmp/* \
132132
/var/* \
133133
&& \
134-
ostree container commit
134+
ostree container commit \
135+
&& \
136+
mkdir -p /var/tmp && \
137+
chmod -R 1777 /var/tmp

0 commit comments

Comments
 (0)