Add subversion to all-in-one docker image

This commit is contained in:
Cyril Rohr
2023-09-05 13:25:45 +00:00
committed by Oliver Günther
parent 7c81f09b6a
commit dc798d4e2e
+1 -1
View File
@@ -24,7 +24,7 @@ set -o pipefail
ARCHITECTURE=$(get_architecture)
apt-get update -qq
apt-get install -y git wget curl gnupg2 apt-transport-https unzip build-essential libpq-dev
apt-get install -y git subversion wget curl gnupg2 apt-transport-https unzip build-essential libpq-dev
# install node + npm
curl -s https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-${ARCHITECTURE}.tar.gz | tar xzf - -C /usr/local --strip-components=1