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
Simon Bruder e1deb563af
All checks were successful
continuous-integration/drone/push Build is passing
Init
2020-02-03 06:30:34 +00:00

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