Skip to content

Instantly share code, notes, and snippets.

@noisy
Last active November 5, 2015 23:26
Show Gist options
  • Save noisy/428bb0bab0202a5b5d84 to your computer and use it in GitHub Desktop.
Save noisy/428bb0bab0202a5b5d84 to your computer and use it in GitHub Desktop.
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