zad4 test8

This commit is contained in:
massta 2020-04-05 19:18:41 +02:00
parent 0fb66e075b
commit 14cf847e5a

View File

@ -7,11 +7,9 @@ RUN gcc --version
RUN apt install -y build-essential
RUN apt install num-utils
RUN apt install bc
RUN apt install -y software-properties-common
RUN add-apt-repository ppa:deadsnakes/ppa
RUN apt install python3.7
RUN apt install python3-pip
RUN pip3 install matplotlib
RUN apt install -y python-pip
RUN pip install matplotlib
RUN apt install -y python-tk
RUN git clone https://github.com/usnistgov/SCTK.git
WORKDIR SCTK
RUN make config && make all && make check && make install && make doc