When running `dockerfile build .`, yara fails to compile, throwing the exception that yacc is missing. To fix this, I Added `bison` to the list of apt-get packages.
When running
dockerfile build ., yara fails to compile, throwing the exception that yacc is missing.To fix this, I Added
bisonto the list of apt-get packages.