diff --git a/Dockerfile b/Dockerfile index 96c961a..220cb1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,7 @@ WORKDIR "/var/www" RUN git clone https://github.com/pierotofy/node-OpenDroneMap . RUN npm install +# Fix old version of gdal2tiles.py +RUN (cd / && patch -p0)