diff --git a/tools/Dockerfile b/tools/Dockerfile index 52f7de3..67ca0ce 100644 --- a/tools/Dockerfile +++ b/tools/Dockerfile @@ -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