We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f56fa commit b6f2debCopy full SHA for b6f2deb
1 file changed
.github/workflows/release.yml
@@ -16,6 +16,7 @@ jobs:
16
run: |
17
sudo apt update -y -qqq
18
sudo apt autoremove --purge -y needrestart || true
19
+ sudo apt remove --purge '^docker.*' '^container.*' '^podman.*' crun runc '^php.*'
20
sudo apt install -y -qqq bash wget ca-certificates curl git xz-utils tar gzip bzip2 openssl
21
sudo ln -svf bash /bin/sh
22
sudo bash scripts/clean-os.sh
0 commit comments