Skip to content

Commit

Permalink
Merge pull request #38 from UBC-MDS/WilfHass-patch-4
Browse files Browse the repository at this point in the history
Updating Dockerfile with comments
  • Loading branch information
carolinetang77 authored Dec 10, 2022
2 parents a3902c7 + c92da63 commit b681b81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ RUN pip install --upgrade pip \
selenium==4.2.0 \
&& rm -fr /root/.cache

# set the R path
ENV LD_LIBRARY_PATH /usr/local/lib/R/lib/:${LD_LIBRARY_PATH}

# install R packages
RUN Rscript -e "install.packages('knitr')"
RUN Rscript -e "install.packages('rmarkdown')"
RUN Rscript -e "install.packages('rmarkdown')"

0 comments on commit b681b81

Please sign in to comment.