From 7c8626d1448ef28bdd62568304a33a202e1c7eae Mon Sep 17 00:00:00 2001 From: "Daniel J. Hofmann" Date: Wed, 13 Jan 2016 14:44:29 +0100 Subject: [PATCH] No longer install osmosis in docker env --- docker/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 4535949a1..aa37682f5 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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