Skip to content

Instantly share code, notes, and snippets.

@rem7
Last active August 29, 2015 14:08
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 rem7/a2f43378997655d06fb2 to your computer and use it in GitHub Desktop.
Save rem7/a2f43378997655d06fb2 to your computer and use it in GitHub Desktop.
FROM ubuntu
RUN apt-get update
RUN apt-get install -y bridge-utils
ADD startup.sh /usr/bin/
RUN chmod +x /usr/bin/startup.sh
ADD pipework /usr/bin/
RUN chmod +x /usr/bin/pipework
CMD ["/usr/bin/startup.sh"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment