Skip to content
Snippets Groups Projects
Commit 9365feab authored by Jan Grewe's avatar Jan Grewe
Browse files

initial commit

parents
Branches
No related tags found
No related merge requests found
FROM python:2
RUN apt-get update -qq \
&& apt-get install -qqy --no-install-recommends python-opencv libjpeg-turbo-progs \
&& rm -r /var/lib/apt/lists/*
RUN pip install thumbor opencv-python
RUN mkdir /etc/thumbor \
&& thumbor-config > /etc/thumbor/thumbor.conf
EXPOSE 8888
ENTRYPOINT ["/usr/local/bin/thumbor"]
CMD ["--conf", "/etc/thumbor/thumbor.conf"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment