Last active
November 5, 2015 23:26
-
-
Save noisy/428bb0bab0202a5b5d84 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 python | |
RUN apt-get update && apt-get install -y git libffi-dev libpcap-dev | |
RUN git clone --depth 1 https://github.com/jsommers/switchyard.git /src/ | |
WORKDIR /src/ | |
RUN pip install -r requirements.txt | |
CMD coomand_to_run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment