summarylogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile13
1 files changed, 13 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 000000000000..2364e1c93bdc
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,13 @@
+FROM debian:oldstable
+
+RUN apt-get -y update
+RUN apt-get -y install python2 inkscape wget
+RUN wget https://bootstrap.pypa.io/pip/2.7/get-pip.py
+RUN python2 get-pip.py
+RUN python2 -m pip install pillow
+
+WORKDIR /app/src/cursors
+
+COPY ./makepngs.sh /
+
+ENTRYPOINT bash /makepngs.sh