Releases: nationalarchives/docker
Releases · nationalarchives/docker
v0.1.7
v0.1.6
Added
- Installed
build-essential
intna-python
to allow building of Node versions in nvm with GCC (GNU Compiler Collection)
Changed
- Updated Poetry to v1.6.0
Fixed
- Scripts exit immediately if any command or pipeline returns a non-zero exit status (
set -e
) - Changed all exit codes to
1
collectstatic
Django function on build won't error ifdjango.contrib.staticfiles
is not defined inINSTALLED_APPS
- Explicitly set
$NVM_DIR
following nvm v0.39.4