Skip to content

Instantly share code, notes, and snippets.

@lightsofapollo
Created October 28, 2014 16:08
Show Gist options
  • Select an option

  • Save lightsofapollo/8e96939a75c0f676f707 to your computer and use it in GitHub Desktop.

Select an option

Save lightsofapollo/8e96939a75c0f676f707 to your computer and use it in GitHub Desktop.
FROM ubuntu:14.04
RUN useradd xfoo
RUN mkdir -p /home/xfoo && chown -R xfoo:xfoo /home/xfoo
RUN mkdir -p /home/xfoo/gaia && chown -R xfoo:xfoo /home/xfoo/gaia
USER xfoo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment