Docker: Install cartodb extension for testing purposes

This commit is contained in:
Raul Marin
2019-06-03 16:44:59 +02:00
parent 9f2b5330d5
commit 62d9fb1365
+4
View File
@@ -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