Skip to content

Commit

Permalink
Add rjson dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mbentz committed Jun 29, 2021
1 parent 4dca78b commit 650ef10
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,5 +6,5 @@ RUN apt update -y && apt install -y libcurl4-openssl-dev \
libmariadb-dev libmariadbclient-dev

# install necessary libraries
RUN R -e "install.packages(c('sendmailR', 'dotenv', 'tidyverse', 'testthat', 'RCurl', 'checkmate', 'janitor', 'sqldf', 'DBI', 'RMariaDB', 'digest', 'kableExtra'))"
RUN R -e "install.packages(c('sendmailR', 'dotenv', 'tidyverse', 'testthat', 'RCurl', 'checkmate', 'janitor', 'sqldf', 'DBI', 'RMariaDB', 'digest', 'kableExtra', 'rjson'))"
RUN R -e "devtools::install_github('OuhscBbmc/REDCapR')"

0 comments on commit 650ef10

Please sign in to comment.