To provide the same testing environment as would be used in production:
$ docker pull atlas/analysisbase:21.2.114
$ docker run --rm -it -v $PWD:/code/ -w /code/ atlas/analysisbase:21.2.114 /bin/bash -c "source /release_setup.sh; bash"
# bash build.sh
Updating the
GIT_TAG
s following Dobiasd/frugally-deep#232 will cause this to no longer fail. 👍 Thanks @henryiii.