Docker: Install cartodb extension for testing purposes

remotes/origin/master-fake
Raul Marin 5 years ago
parent 9f2b5330d5
commit 62d9fb1365

@ -4,6 +4,10 @@
source /src/nodejs-install.sh
# Install cartodb-postgresql extension
git clone https://github.com/CartoDB/cartodb-postgresql.git
cd cartodb-postgresql && make && make install && cd ..
echo "Node.js version: "
node -v

Loading…
Cancel
Save