zad4 test9

This commit is contained in:
massta 2020-04-05 18:34:57 +02:00
parent c188964726
commit 0fb66e075b

View File

@ -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