Mathics3 / mathics-omnibus

Docker setup for to tie together a number of mathics libraries, and components: Mathics3, mathicsscript, Mathics-Django, etc. This is useful in dockerization or PyPI packaging of a more complete collection.
GNU General Public License v3.0
24 stars 4 forks source link

Remove the creation of a new user from the Dockerfiles #4

Closed TiagoCavalcante closed 3 years ago

TiagoCavalcante commented 3 years ago

We should not be removing this. We should not be running as root, but as an unprivileged user.

Ok, makes sense.