From d86e087deb7667b766857adf24cfaa72521d3940 Mon Sep 17 00:00:00 2001 From: Kim Laberinto Date: Thu, 27 Jun 2019 14:15:54 -0700 Subject: [PATCH] Add yes --- Dockerfile_musr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile_musr b/Dockerfile_musr index bc68cc6..1a93c2a 100644 --- a/Dockerfile_musr +++ b/Dockerfile_musr @@ -27,4 +27,4 @@ RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager@0.38 # Install pandoc for Jupyter Notebook Conversion # https://nbconvert.readthedocs.io/en/latest/install.html#installing-pandoc -RUN apt-get install pandoc +RUN apt-get install -y pandoc