We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9677894 commit ec15184Copy full SHA for ec15184
Dockerfile
@@ -11,6 +11,7 @@ RUN apt-get update && apt-get install -y -t unstable \
11
libcurl4-gnutls-dev \
12
libcairo2-dev/unstable \
13
libssl-dev \
14
+ libxml2-dev \
15
libxt-dev && \
16
wget --no-verbose https://download3.rstudio.org/ubuntu-14.04/x86_64/shiny-server-1.5.12.933-amd64.deb -O "version.txt" && \
17
VERSION=$(cat version.txt) && \
0 commit comments