🗃️ Committing everything that changed 🗃️

Dockerfile
This commit is contained in:
casjay 2024-07-07 15:54:16 -04:00
parent 52a8e05ea0
commit 4f1e93c441
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -157,6 +157,7 @@ RUN \
set -ex; \ set -ex; \
pkmgr clean; \ pkmgr clean; \
rm -Rf "/config" "/data"; \ rm -Rf "/config" "/data"; \
rm -Rf /usr/local/etc/docker/init.d/zz-nginx.sh; \
rm -rf /etc/systemd/system/*.wants/*; \ rm -rf /etc/systemd/system/*.wants/*; \
rm -rf /lib/systemd/system/systemd-update-utmp*; \ rm -rf /lib/systemd/system/systemd-update-utmp*; \
rm -rf /lib/systemd/system/anaconda.target.wants/*; \ rm -rf /lib/systemd/system/anaconda.target.wants/*; \