docker integration v4

This commit is contained in:
Karolina Oparczyk 2021-04-14 21:02:47 +02:00
parent dcc4ed6c4d
commit 47ba98e49c

View File

@ -1,4 +1,5 @@
FROM ubuntu:latest FROM ubuntu:latest
RUN apt clean
RUN apt update RUN apt update
RUN apt install -y python3 RUN apt install -y python3
RUN apt install -y python3-pip RUN apt install -y python3-pip