Last active
August 29, 2015 14:08
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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