fix: rm /tmp before commit
This commit is contained in:
parent
310ac97c56
commit
75c5364025
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ COPY packages /tmp/packages
|
|||
RUN mkdir -p /var/lib/alternatives && \
|
||||
/tmp/build.sh && \
|
||||
fc-cache --system-only --really-force --verbose && \
|
||||
rm -rf /tmp/* /var/* && \
|
||||
mkdir -p /var/tmp && \
|
||||
chmod -R 1777 /var/tmp && \
|
||||
ostree container commit
|
||||
|
|
Loading…
Reference in a new issue