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

8 lines
163 B
Docker

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