We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa9286 commit 314933fCopy full SHA for 314933f
1 file changed
genesis/images/genesis_base/install.sh
@@ -36,7 +36,7 @@ ALLOY_VERSION="1.10.0"
36
sudo apt update
37
38
sudo apt install -y build-essential python3.12-dev python3.12-venv \
39
- cloud-guest-utils irqbalance qemu-guest-agent libev-dev
+ cloud-guest-utils irqbalance qemu-guest-agent libev-dev
40
41
# Install the Core Agent
42
# Prepare a fresh virtrual environment
@@ -84,4 +84,8 @@ sudo chpasswd < /tmp/__passwd
84
rm -f /tmp/__passwd
85
86
# Cleanup
87
-sudo rm -fr /opt/gci_base
+sudo rm -fr /opt/gci_base
88
+sudo apt-get clean
89
+sudo rm -rf /var/lib/apt/lists/*
90
+sudo rm -rf /tmp/*
91
+fstrim -v /
0 commit comments