Fixes #49
This commit is contained in:
parent
fcb1b89c98
commit
f979bc8e84
@ -184,7 +184,8 @@ RUN git clone --recursive git://github.com/CartoDB/cartodb.git && \
|
|||||||
rm -r /tmp/npm-* /root/.npm && \
|
rm -r /tmp/npm-* /root/.npm && \
|
||||||
perl -pi -e 's/gdal==1\.10\.0/gdal==2.2.2/' python_requirements.txt && \
|
perl -pi -e 's/gdal==1\.10\.0/gdal==2.2.2/' python_requirements.txt && \
|
||||||
pip install --no-binary :all: -r python_requirements.txt && \
|
pip install --no-binary :all: -r python_requirements.txt && \
|
||||||
gem install bundler bundle compass archive-tar-minitar && \
|
gem install bundler bundle compass archive-tar-minitar rack && \
|
||||||
|
bundle update thin && \
|
||||||
/bin/bash -l -c 'bundle install' && \
|
/bin/bash -l -c 'bundle install' && \
|
||||||
cp config/grunt_development.json ./config/grunt_true.json && \
|
cp config/grunt_development.json ./config/grunt_true.json && \
|
||||||
/bin/bash -l -c 'bundle exec grunt'
|
/bin/bash -l -c 'bundle exec grunt'
|
||||||
|
Loading…
Reference in New Issue
Block a user