From eb51fb4cfea11e04713efbd7257d4cc38fa510a9 Mon Sep 17 00:00:00 2001 From: DarkPete Date: Fri, 26 Apr 2019 14:32:46 +0200 Subject: [PATCH] updated dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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