Add python3

This commit is contained in:
Dawid Jurkiewicz 2020-04-03 13:24:44 +02:00
parent e4ddae9c0a
commit 2f247ed26d

View File

@ -5,6 +5,7 @@ RUN apt install -y git
RUN apt install -y gcc
RUN gcc --version
RUN apt install -y build-essential
RUN apt install -y python3
RUN git clone https://github.com/usnistgov/SCTK.git
WORKDIR SCTK
RUN make config && make all && make check && make install && make doc