From 0fb66e075b9f0160f48d7602b7324a2a78fa4660 Mon Sep 17 00:00:00 2001 From: massta Date: Sun, 5 Apr 2020 18:34:57 +0200 Subject: [PATCH] zad4 test9 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index acc1a49..44048e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN gcc --version RUN apt install -y build-essential RUN apt install num-utils RUN apt install bc -RUN apt install software-properties-common +RUN apt install -y software-properties-common RUN add-apt-repository ppa:deadsnakes/ppa RUN apt install python3.7 RUN apt install python3-pip