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

Issue 30 #31

Closed iammyr closed 4 years ago

iammyr commented 5 years ago

Ad-hoc user and group are now created in the dockerfile and set as owner and group of privacybadger. There used to be a hard-coded local user that needed to be manually changed every time. Proposed fix for #30

This is because unfortunately docker does not yet support env-var expansion in command options (see comment https://github.com/moby/moby/issues/35018#issuecomment-355988024 )