Hello
I tried to build the image but found no documentation about the values the build arguments should have
I found PKG_TAG could be 3.9 or 3.9.1 from
https://github.com/rspamd/rspamd/tags
but failed to guess any valid value for ASAN_TAG
so the following command failed
docker build -t --build-arg="PKG_TAG=3.9" .
I guess I miss something very obvious
Thanks for your time
Hello
I tried to build the image but found no documentation about the values the build arguments should have
I found PKG_TAG could be 3.9 or 3.9.1 from
https://github.com/rspamd/rspamd/tags
but failed to guess any valid value for ASAN_TAG
so the following command failed
I guess I miss something very obvious
Thanks for your time