Skip to content

Commit

Permalink
Adds libraries to correct rstudio build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
shrysr committed Jan 21, 2020
1 parent a05d99f commit 6336194
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,10 @@ RUN apt-get update \
lsb-release \
psmisc \
libclang-dev \
openjdk-X-jdk \
openjdk-11-jdk \
psmisc \
libapparmor1 \
libclang-dev \
&& wget -O libssl1.0.0.deb http://ftp.debian.org/debian/pool/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u8_amd64.deb \
&& dpkg -i libssl1.0.0.deb \
&& rm libssl1.0.0.deb \
Expand Down Expand Up @@ -1452,7 +1455,7 @@ This layer will build the Rstudio server preview edition. It is a low priority t

* TODO Multiple services, latest Libraries - Shiny and RStudio server
:PROPERTIES:
:header-args: :mkdirp yes :tangle ./all_inclusive_latest/Dockerfile
:header-args: :mkdirp yes :tangle no
:ID: 0DA3DB49-0DDC-4A45-AB71-F4FDE41ACE23
:END:

Expand Down
5 changes: 4 additions & 1 deletion rstudio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ RUN apt-get update \
lsb-release \
psmisc \
libclang-dev \
openjdk-X-jdk \
openjdk-11-jdk \
psmisc \
libapparmor1 \
libclang-dev \
&& wget -O libssl1.0.0.deb http://ftp.debian.org/debian/pool/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u8_amd64.deb \
&& dpkg -i libssl1.0.0.deb \
&& rm libssl1.0.0.deb \
Expand Down

0 comments on commit 6336194

Please sign in to comment.