Skip to content

Commit

Permalink
added missing mb-util installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHalwax committed Jul 4, 2022
1 parent 17c735d commit bab2297
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# docker image containing all tools in order to transform a GeoTIFF into a PNG terrain tileset

FROM osgeo/gdal:ubuntu-small-latest
# docker image containing all tools in order to transform a GeoTIFF into a PNG terrain tileset

LABEL MAINTAINER thomas.halwax@syncpoint.io

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 vim \
RUN apt-get -y update && apt-get install -y --fix-missing python3-pip vim proj-bin \
&& pip3 install rasterio \
&& pip3 install rio-rgbify \
&& pip3 install rio-mbtiles \
&& pip3 install mbutil \
&& apt-get clean

0 comments on commit bab2297

Please sign in to comment.