Skip to content

Commit

Permalink
added vim
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHalwax committed Feb 18, 2020
1 parent 698a560 commit 25c7220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV LANG=C.UTF-8
ENV LC_ALL=C.UTF-8
## install pip3 and Mapbox's RasterIO (rio)
## install plugins for rio from https://github.com/mapbox/rasterio/wiki/Rio-plugin-registry
RUN apt-get -y update && apt-get install -y --fix-missing python3-pip \
RUN apt-get -y update && apt-get install -y --fix-missing python3-pip vim \
&& pip3 install rasterio \
&& pip3 install rio-rgbify rio-cogeo rio-mbtiles \
&& pip3 install rio-rgbify \
&& apt-get clean

0 comments on commit 25c7220

Please sign in to comment.