Description: Removes unnecessary Dockerfile
Author: Maxime Werlen
Origin: other
Last-Update: 2020-07-30
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Dockerfile
+++ /dev/null
@@ -1,16 +0,0 @@
-FROM python:3.8.2
-
-RUN python3 -m pip install pyyaml minidb requests keyring appdirs lxml cssselect beautifulsoup4 jsbeautifier cssbeautifier aioxmpp
-
-WORKDIR /opt/urlwatch
-
-COPY lib ./lib
-COPY share ./share
-COPY setup.py .
-COPY setup.cfg .
-
-RUN python setup.py install
-
-WORKDIR /root/.urlwatch
-
-ENTRYPOINT ["urlwatch"]
