When running node-deb in bitbucket pipelines, it complains `dpkg-deb: error: control directory has bad permissions 777 (must be >=0755 and <=0775)` Is there an easy way (without changing the dockerfile) to fix this?
When running node-deb in bitbucket pipelines, it complains
dpkg-deb: error: control directory has bad permissions 777 (must be >=0755 and <=0775)Is there an easy way (without changing the dockerfile) to fix this?