Skip to content

Commit

Permalink
Revert attept to use pip
Browse files Browse the repository at this point in the history
  • Loading branch information
icarito committed Apr 4, 2019
1 parent f658abe commit 6f44ca6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ ENV HOME /root

# Install dependencies
RUN apt-get update -qq && apt-get install -y \
nodejs gdal-bin curl procps git imagemagick python-gdal zip python-pip libgdal-dev
nodejs gdal-bin curl procps git imagemagick python-gdal zip

RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - && apt-get install -y npm
RUN npm install -g bower
RUN pip install --upgrade GDAL

# Install bundle of gems
SHELL [ "/bin/bash", "-l", "-c" ]
Expand Down

0 comments on commit 6f44ca6

Please sign in to comment.