Skip to content

Commit

Permalink
test path change just in case
Browse files Browse the repository at this point in the history
then test apt (but this may be tricky since we may still need to mess with paths. ubuntu doesn't provide 3.3.2 except in their pre-release repo for the next major dist)
  • Loading branch information
dafeliton authored Oct 7, 2024
1 parent 091ccb8 commit 560119b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/rstudio-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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/R/lib:/lib:/usr/lib/x86_64-linux-gnu:/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server:/opt/conda/lib/R/lib"
LD_LIBRARY_PATH="/opt/conda/lib:/usr/lib/x86_64-linux-gnu:/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server:/opt/conda/lib/R/lib"

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

Expand Down

0 comments on commit 560119b

Please sign in to comment.