fix docker

This commit is contained in:
Kuba Kowalczyk 2019-05-07 13:08:40 +02:00
parent 3d2b18ce99
commit e3ac62d7de

View File

@ -1,4 +1,4 @@
FROM ubuntu:latest
FROM python:3
RUN apt update -y && apt install -y make
RUN apt install -y git