Dockerfile update

This commit is contained in:
dylodylo 2020-04-10 14:54:19 +02:00
parent 2bb458ad51
commit 73f323afce

View File

@ -1,6 +1,5 @@
FROM ubuntu:latest
FROM python:3
RUN pip install pystrich
ADD script.py /
RUN apt update -y && apt install -y make
RUN apt install -y git