Docker: Install cartodb extension for testing purposes
This commit is contained in:
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…
Reference in New Issue
Block a user