Skip to content

Instantly share code, notes, and snippets.

@ericho
Created July 4, 2017 13:29
Show Gist options
  • Save ericho/2d57061a3121aeab4b604ab682a9d78e to your computer and use it in GitHub Desktop.
Save ericho/2d57061a3121aeab4b604ab682a9d78e to your computer and use it in GitHub Desktop.
Sensys docker
FROM intelctrlsys/sensys-bld-centos7.3
RUN groupadd -g 1000 user && \
adduser -d /home/user -m -g user -u 1000 user
USER user
ENV HOME /home/user
ENV TERM xterm-256color
WORKDIR $HOME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment