From 8105892e951a2f95026231f7f7c04cbe225cd3c8 Mon Sep 17 00:00:00 2001 From: Riku Silvennoinen Date: Fri, 22 Sep 2023 13:06:07 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5ff0675..02d9b1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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