Skip to content

Commit

Permalink
Install additional R libraries to run prescription vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhanscombe committed Apr 13, 2022
1 parent bcacfdd commit 9fac4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 6,7 @@ ENV LANG en_GB.UTF-8
ENV LANGUAGE en_GB:en
ENV LC_ALL en_GB.UTF-8

RUN install2.r devtools dplyr stringr
RUN install2.r devtools dplyr stringr readxl lubridate
RUN R -e "devtools::install_github(\"kenhanscombe/ukbkings\", dependencies = TRUE, force = TRUE)"
RUN apt-get update && apt-get install -y \
python3-pip
Expand Down

0 comments on commit 9fac4a8

Please sign in to comment.