Skip to content

Commit

Permalink
add jsonlite
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed May 2, 2024
1 parent 1e80e56 commit 6785f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt update -qq \
&& apt-get install -y --no-install-recommends r-cran-rcpp r-cran-data.table r-cran-jsonlite r-cran-zip \
&& apt-get install -y --no-install-recommends r-cran-shiny \
&& apt-get install -y --no-install-recommends r-cran-htmltools r-cran-rmarkdown r-cran-shinydashboard \
&& apt-get install -y --no-install-recommends r-cran-reticulate \
&& apt-get install -y --no-install-recommends r-cran-reticulate r-cran-jsonlite \
&& apt-get autoremove -y --quiet \
&& apt-get clean --quiet \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 6785f60

Please sign in to comment.