added proxy settings and remove chromium
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user