Skip to content

Instantly share code, notes, and snippets.

@philipz
Created May 2, 2019 07:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philipz/5331fa36224f44dc7d5075b21465c34c to your computer and use it in GitHub Desktop.
Save philipz/5331fa36224f44dc7d5075b21465c34c to your computer and use it in GitHub Desktop.
Add user in Dockerfile

RUN groupadd -r mysql && useradd -r -g mysql mysql

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment