Update Dockerfile
This commit is contained in:
parent
040375dc60
commit
8105892e95
@ -5,7 +5,9 @@ RUN apt-get update \
|
|||||||
&& apt-get install -y python3-pip \
|
&& apt-get install -y python3-pip \
|
||||||
&& pip3 install geopandas \
|
&& pip3 install geopandas \
|
||||||
&& pip3 install pandas geopy \
|
&& pip3 install pandas geopy \
|
||||||
&& pip3 install requests
|
&& pip3 install requests \
|
||||||
|
&& apt-get install nano
|
||||||
|
|
||||||
|
|
||||||
COPY index.html /var/www/html/index.html
|
COPY index.html /var/www/html/index.html
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user