installer: move unzip to base image

This commit is contained in:
Girish Ramakrishnan
2021-01-03 15:09:58 -08:00
parent a8187216af
commit f3165c4e3b
2 changed files with 1 additions and 6 deletions

View File

@@ -70,12 +70,6 @@ fi
apt remove -y gnome-shell || true
apt -y autoremove || true
# Only used for the cloudron-translation-update script
if ! which unzip; then
echo "==> installer: installing unzip"
apt install -y unzip
fi
echo "==> installer: updating node"
if [[ "$(node --version)" != "v10.18.1" ]]; then
mkdir -p /usr/local/node-10.18.1