Update Dockerfile

This commit is contained in:
Riku Silvennoinen 2023-09-22 13:06:07 +03:00
parent 040375dc60
commit 8105892e95

View File

@ -5,7 +5,9 @@ RUN apt-get update \
&& apt-get install -y python3-pip \
&& pip3 install geopandas \
&& pip3 install pandas geopy \
&& pip3 install requests
&& pip3 install requests \
&& apt-get install nano
COPY index.html /var/www/html/index.html