EFForg / badger-sett

Automated training for Privacy Badger. Badger Sett automates browsers to visit websites to produce fresh Privacy Badger tracker data.
https://www.eff.org/badger-pretraining
MIT License
119 stars 13 forks source link

docker build failed - hardcoded username #30

Closed iammyr closed 4 years ago

iammyr commented 5 years ago

The username and group for the chown command on privacybadger in the dockerfile are hardcoded (as "bennett") and are causing the docker build to fail with the following: Step 25/28 : COPY --chown=bennett:bennett privacybadger $PBPATH unable to convert uid/gid chown string to host mapping: can't find uid for user bennett: no such user: bennett Docker build failed.

ghostwords commented 4 years ago

Is this fixed by #48?

bcyphers commented 4 years ago

yep. Closed by #48.