From ba5c39d3c67fd2207a7d9c13487ae2e31f1edb4e Mon Sep 17 00:00:00 2001 From: eblondel Date: Mon, 16 Jan 2023 23:11:05 +0100 Subject: [PATCH] #31 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bbf4cc4..00a3d44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN apt-get update && apt-get install -y \ #redland install (for atom4R/zen4R) RUN install2.r --error --skipinstalled --ncpus -1 redland -apt_install \ +RUN apt_install \ libcurl4-openssl-dev \ libgit2-dev \ libxslt-dev \