Skip to content

v0.1.1

Compare
Choose a tag to compare
@nathan-palmer nathan-palmer released this 02 Nov 00:54
· 64 commits to main since this release
706e9af

Resolves #95 and #87.

Makes SA_PASSWORD available to all users in the container at runtime by modifying the startup.sh script to add the variable's value at runtime to /etc/environment and /usr/local/lib/R/etc/Renviron. Also moves the chmod of /usr/local/lib/R/library and /usr/local/lib/R/doc/html/packages.html to the end of the Dockerfile to ensure that all R packages are modifiable by users at runtime.