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