empty /var and /tmp
This commit is contained in:
parent
8a4ac04866
commit
4c6cb823b3
1 changed files with 1 additions and 0 deletions
|
|
@ -11,4 +11,5 @@ ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION}"
|
|||
RUN rpm-ostree override remove firefox firefox-langpacks && \
|
||||
rpm-ostree install clang clang-devel cronie distrobox fish flatpak-builder gparted libcap-ng-devel libvirt-daemon-driver-lxc libvirt-daemon-lxc lld llvm nvtop procps-ng-devel seadrive-gui virt-manager waydroid && \
|
||||
rpm-ostree cleanup -m && \
|
||||
rm -rf /tmp/* /var/* && mkdir -p /var/tmp && chmod -R 1777 /var/tmp && \
|
||||
ostree container commit
|
||||
Loading…
Add table
Add a link
Reference in a new issue