mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Add subversion to all-in-one docker image
This commit is contained in:
committed by
Oliver Günther
parent
7c81f09b6a
commit
dc798d4e2e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user