diff --git a/Dockerfile b/Dockerfile index 99d330a..862c7a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,8 @@ RUN apt-get update \ && ln -s /usr/bin/python3 python \ && pip3 install --upgrade pip +RUN pip3 install pandas && pip3 install numpy + RUN git clone https://github.com/usnistgov/SCTK.git WORKDIR SCTK RUN make config && make all && make check && make install && make doc