Skip to content

Instantly share code, notes, and snippets.

@nongiach
Created December 12, 2019 04:44
Show Gist options
  • Save nongiach/cdcac327d4281e121e3a5d07d6272c8b to your computer and use it in GitHub Desktop.
Save nongiach/cdcac327d4281e121e3a5d07d6272c8b to your computer and use it in GitHub Desktop.
FROM python:3.7
RUN apt update -y && apt install mono-devel -y
RUN git clone https://github.com/mhaskar/Octopus && \
cd Octopus && \
pip3 install -r requirements.txt \
&& rm -rf /var/lib/apt/lists/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment