we are using brotli in docker file to create node base image with below steps.
But with latest brotli release this steps are failing with bootstrap not found issue. seems there is major change in new version. can you help me to migrate below mentioned step to v1?
RUN cd brotli && ./bootstrap
RUN cd brotli && ./configure --prefix=/usr --bindir=/usr/bin
--sbindir=/usr/sbin --libexecdir=/usr/lib/brotli --libdir=/usr/lib/brotli
--datarootdir=/usr/share --mandir=/usr/share/man/man1
--docdir=/usr/share/doc