Skip to content

Instantly share code, notes, and snippets.

@rem7
Last active August 29, 2015 14:08
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