Skip to content

Commit

Permalink
Merge pull request #2 from StarTrooper08/which_r
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
StarTrooper08 authored Jun 11, 2024
2 parents 494e363 + 9a667c6 commit 281e30d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ RUN apt install shellcheck
RUN apt install -y ccache
#RUN /usr/sbin/update-ccache-symlinks
#RUN echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a /home/vscode/.bashrc
ENV BUILDDIR='/workspaces/r-dev-env/build'
ENV TOP_SRCDIR='/workspaces/r-dev-env/svn'
ENV DEFAULT_LABEL="r-devel"
ENV BUILDDIR="/workspaces/r-dev-env/build/$DEFAULT_LABEL"
ENV TOP_SRCDIR="/workspaces/r-dev-env/svn/$DEFAULT_LABEL"
ENV PATCHDIR='/workspaces/r-dev-env/patches'
ARG CONTAINER_VERSION
ENV CONTAINER_VERSION ${CONTAINER_VERSION}

0 comments on commit 281e30d

Please sign in to comment.