Skip to content

Instantly share code, notes, and snippets.

@thauanz
Created September 6, 2016 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thauanz/e91008d4726c9674848182340c541ab7 to your computer and use it in GitHub Desktop.
Save thauanz/e91008d4726c9674848182340c541ab7 to your computer and use it in GitHub Desktop.
Dockerfile for newspaper python3
FROM python:3.5
RUN apt-get install libxml2-dev libxslt-dev
RUN pip3 install newspaper3k && \
curl https://raw.githubusercontent.com/codelucas/newspaper/master/download_corpora.py | python3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment