installer: move unzip to base image
This commit is contained in:
@@ -54,6 +54,7 @@ apt-get -y install \
|
|||||||
tzdata \
|
tzdata \
|
||||||
unattended-upgrades \
|
unattended-upgrades \
|
||||||
unbound \
|
unbound \
|
||||||
|
unzip \
|
||||||
xfsprogs
|
xfsprogs
|
||||||
|
|
||||||
echo "==> installing nginx for xenial for TLSv3 support"
|
echo "==> installing nginx for xenial for TLSv3 support"
|
||||||
|
|||||||
@@ -70,12 +70,6 @@ fi
|
|||||||
apt remove -y gnome-shell || true
|
apt remove -y gnome-shell || true
|
||||||
apt -y autoremove || 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"
|
echo "==> installer: updating node"
|
||||||
if [[ "$(node --version)" != "v10.18.1" ]]; then
|
if [[ "$(node --version)" != "v10.18.1" ]]; then
|
||||||
mkdir -p /usr/local/node-10.18.1
|
mkdir -p /usr/local/node-10.18.1
|
||||||
|
|||||||
Reference in New Issue
Block a user