No longer install osmosis in docker env

This commit is contained in:
Daniel J. Hofmann 2016-01-13 14:44:29 +01:00 committed by Patrick Niklaus
parent 03faf2665b
commit 7c8626d144

View File

@ -12,8 +12,6 @@ RUN pip install awscli
# luabind
RUN curl https://gist.githubusercontent.com/DennisOSRM/f2eb7b948e6fe1ae319e/raw/install-luabind.sh | sudo bash
# osmosis
RUN curl -s https://gist.githubusercontent.com/DennisOSRM/803a64a9178ec375069f/raw/ | sudo bash
RUN useradd -ms /bin/bash mapbox
USER mapbox