This repository has been archived on 2020-02-17. You can view files and clone it, but cannot push or open issues/pull-requests.
calibre/Dockerfile.python2

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"]