diff --git a/Dockerfile b/Dockerfile index 7f7bfab..adeafc5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ RUN apt-get update \ && cd /usr/local/bin \ && ln -s /usr/bin/python3 python \ && pip3 install --upgrade pip +RUN pip3 install pandas RUN gcc --version RUN apt install -y build-essential RUN git clone https://github.com/usnistgov/SCTK.git