Skip to content

Commit

Permalink
Add subversion to all-in-one docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
crohr authored and oliverguenther committed Sep 5, 2023
1 parent cf734d4 commit 7e19343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/prod/setup/preinstall-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e19343

Please sign in to comment.