diff --git a/Dockerfile b/Dockerfile index ddcdab7..f6cf470 100644 --- a/Dockerfile +++ b/Dockerfile @@ -111,8 +111,10 @@ RUN ln -sf /dev/stdout /var/log/apache2/access.log \ # leaflet COPY leaflet-demo.html /var/www/html/index.html RUN cd /var/www/html/ \ -&& wget https://github.com/Leaflet/Leaflet/releases/download/v1.8.0/leaflet.zip \ +&& wget https://github.com/Leaflet/Leaflet/releases/download/v1.9.4/leaflet.zip \ && unzip leaflet.zip \ +&& mv dist/* . \ +&& rmdir dist \ && rm leaflet.zip # Icon