diff --git a/Dockerfile b/Dockerfile index 66aa163..cc6a688 100644 --- a/Dockerfile +++ b/Dockerfile @@ -164,14 +164,14 @@ RUN service postgresql start && /bin/su postgres -c \ ADD ./cartodb_pgsql.sh /tmp/cartodb_pgsql.sh # Install CartoDB API -RUN git clone git://github.com/CartoDB/CartoDB-SQL-API.git && \ +RUN git clone https://github.com/CartoDB/CartoDB-SQL-API.git && \ cd CartoDB-SQL-API && \ git checkout $SQLAPI_VERSION && \ npm install && \ mkdir logs # Install Windshaft -RUN git clone git://github.com/CartoDB/Windshaft-cartodb.git && \ +RUN git clone https://github.com/CartoDB/Windshaft-cartodb.git && \ cd Windshaft-cartodb && \ git checkout $WINDSHAFT_VERSION && \ npm install && \