1
0
mirror of https://github.com/tiyn/beaker-blog.git synced 2025-04-02 15:37:46 +02:00

Update Dockerfile

This commit is contained in:
Marten 2020-05-24 16:41:53 +00:00 committed by GitHub
parent bcbf36d7a0
commit 021e8398c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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