Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton authored Oct 9, 2024
1 parent df7b5aa commit ffdf237
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions images/rstudio-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ USER root
ENV RSTUDIO_PKG=rstudio-server-2024.04.2-764-amd64.deb
ENV RSTUDIO_URL=https://download2.rstudio.org/server/jammy/amd64/${RSTUDIO_PKG}

RUN mamba install openssl=3.0.2

## rstudio installation expects R to live in /usr/bin, /bin/, etc.
RUN ln -s /opt/conda/bin/R /usr/bin/R && \
apt-get update && \
Expand All @@ -36,7 +34,7 @@ RUN ( echo 'LD_PRELOAD=/opt/k8s-support/lib/libnss_wrapper.so'; echo 'NSS_WRAPPE
## The desktop package uses /usr/lib/rstudio/bin
ENV PATH="${PATH}:/usr/lib/rstudio-server/bin" \
SHELL=/bin/bash \
LD_LIBRARY_PATH="/usr/lib/x86_64-linux-gnu:/opt/conda/lib"
LD_LIBRARY_PATH="/opt/conda/lib:/usr/lib/x86_64-linux-gnu"

COPY ./lib /opt/k8s-support/lib

Expand Down

0 comments on commit ffdf237

Please sign in to comment.