From ec33e0424d8e824a7a3c85da351c1ee02a40c54d Mon Sep 17 00:00:00 2001 From: timosch29 <47573261+timosch29@users.noreply.github.com> Date: Tue, 15 Oct 2019 12:44:10 +0200 Subject: [PATCH] add libxml2 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 2123935..b3c0569 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,7 @@ RUN apt-get update && apt-get install -y -t unstable \ libcurl4-gnutls-dev \ libcairo2-dev/unstable \ libssl-dev \ + libxml2-dev \ libxt-dev && \ wget --no-verbose https://s3.amazonaws.com/rstudio-shiny-server-os-build/ubuntu-12.04/x86_64/VERSION -O "version.txt" && \ VERSION=$(cat version.txt) && \