added proxy settings and remove chromium

This commit is contained in:
2024-04-14 12:30:41 -05:00
parent af1136b3db
commit c1562980b0
+4
View File
@@ -9,6 +9,10 @@ if [[ ! -f /etc/apt/apt.conf.d/local ]]
echo "}" >> /etc/apt/apt.conf.d/local
fi
# remove chromium
DEBIAN_FRONTEND=noninteractive apt-get remove -y --purge chromium*
DEBIAN_FRONTEND=noninteractive apt-get autoremove -y
# update docker key
sudo apt-get install ca-certificates curl
sudo install -m 0755 -d /etc/apt/keyrings