summarylogtreecommitdiffstats
path: root/Dockerfile
blob: 2364e1c93bdc0348639eb1309db2b33cd7237e90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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