Skip to content

Commit

Permalink
Backwards compatibility in r-session-complete CentOS 7
Browse files Browse the repository at this point in the history
  • Loading branch information
ianpittwood committed Nov 13, 2023
1 parent e09677a commit f3a8787
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions r-session-complete/Dockerfile.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ RUN yum install -y subversion \
&& yum clean all \
&& rm -rf /var/lib/rstudio-server/r-versions

COPY maybe_install_vs_code.sh /tmp/maybe_install_vs_code.sh
RUN /tmp/maybe_install_vs_code.sh \
&& rm /tmp/maybe_install_vs_code.sh

RUN /opt/python/"${PYTHON_VERSION}"/bin/pip3 install \
jupyter \
jupyterlab=="${JUPYTERLAB_VERSION}" \
Expand Down

0 comments on commit f3a8787

Please sign in to comment.