This repository has been archived on 2020-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
calibre/Dockerfile.python2
Simon Bruder 0155c67e0d
Some checks reported errors
continuous-integration/drone/push Build was killed
Add python2 version (for certain plugins)
2020-02-17 17:33:23 +00:00

8 lines
162 B
Docker

FROM debian:buster
RUN apt-get update \
&& apt-get -y install --no-install-recommends calibre \
&& rm -rf /var/lib/apt/lists/*
ENTRYPOINT ["calibredb"]