From 021e8398c23ca8b20720d294ddf3f9cdfaa5f7dc Mon Sep 17 00:00:00 2001 From: Marten <43725244+Tiyn@users.noreply.github.com> Date: Sun, 24 May 2020 16:41:53 +0000 Subject: [PATCH] Update Dockerfile --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 3161af2..5a5d0db 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER Tiyn tiyn@martenkante.eu RUN apt-get update -RUN apt-get install python3 python3-pip -y +RUN apt-get install python3 python3-pip git -y RUN git clone https://github.com/tiyn/flaskblog /blog