Skip to content

Commit

Permalink
install version of sodium that is newer.
Browse files Browse the repository at this point in the history
  • Loading branch information
robkooper committed Sep 3, 2024
1 parent 465f4e8 commit 4903ee8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/* \
&& Rscript -e "devtools::install_version('promises', '1.1.0')" \
&& Rscript -e "devtools::install_version('webutils', '1.1')" \
&& Rscript -e "devtools::install_version('sodium', '>= 1.2.0')" \
&& Rscript -e "install.packages('pool')" \
&& Rscript -e "devtools::install_github('rstudio/swagger')" \
&& Rscript -e "devtools::install_github('rstudio/plumber')"
Expand Down

0 comments on commit 4903ee8

Please sign in to comment.