From 42ab68341a08529c730583ebc73d0bd0c91c0fea Mon Sep 17 00:00:00 2001 From: Luis Salamanca <luis.salamanca@sdsc.ethz.ch> Date: Tue, 1 Jan 2019 11:34:25 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index a1cef577..1d77bc74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,5 @@ RUN pip install -r /tmp/requirements.txt RUN $CONDA_DIR/envs/renku/bin/pip install -U -e git+https://github.com/SwissDataScienceCenter/renku-python.git#egg=renku +RUN sudo apt-get update RUN sudo apt-get install -y poppler-utils -- GitLab