Skip to content

Instantly share code, notes, and snippets.

@zoutepopcorn
Last active December 13, 2017 14:36
Show Gist options
  • Save zoutepopcorn/7985ba0d34aa14ab84df7c7f4cf9e231 to your computer and use it in GitHub Desktop.
Save zoutepopcorn/7985ba0d34aa14ab84df7c7f4cf9e231 to your computer and use it in GitHub Desktop.
FROM python:latest
MAINTAINER nobody
RUN apt-get update
WORKDIR /home
RUN git clone https://github.com/jonluca/Anubis
WORKDIR /home/Anubis
RUN pip install -r requirements.txt
RUN pip install -e .[test]
RUN echo "echo 'https://github.com/jonluca/Anubis\n\nanubis -t reddit.com'" >> /root/.bashrc
CMD ["/bin/bash"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment