Marten
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
|
|
|
|
|