Skip to content

Commit

Permalink
add latest datateachr version to dockerfile #minor
Browse files Browse the repository at this point in the history
  • Loading branch information
jbourak committed Aug 20, 2020
1 parent 78f6e10 commit 68e66ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/r-stat-201/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN conda install --quiet --yes -c conda-forge \
r-infer=0.5* \
r-testthat=2.3*

RUN Rscript -e "devtools::install_github('UBC-MDS/datateachr@0.1.0')" \
RUN Rscript -e "devtools::install_github('UBC-MDS/datateachr@0.2.0')" \
&& Rscript -e "devtools::install_github('UBC-MDS/taxyvr@0.1.0')"

USER root
Expand Down

0 comments on commit 68e66ee

Please sign in to comment.