From 25c7220624d76f9a29ad10924f88e84414833d9a Mon Sep 17 00:00:00 2001 From: Thomas Halwax Date: Tue, 18 Feb 2020 21:08:46 +0100 Subject: [PATCH] added vim --- tools/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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