1
0
mirror of https://github.com/tiyn/beaker-blog.git synced 2025-10-10 09:51:17 +02:00

docker: modified files for local build

This commit is contained in:
TiynGER
2021-06-08 14:35:35 +02:00
parent 856205355a
commit 09b4b858ef
3 changed files with 12 additions and 14 deletions

View File

@@ -1,12 +1,6 @@
FROM ubuntu:16.04
FROM python:3
MAINTAINER Tiyn tiyn@martenkante.eu
RUN apt-get update
RUN apt-get upgrade -y
RUN apt-get install python3 python3-pip -y
MAINTAINER tiyn tiyn@mail-mk.eu
COPY src /blog