Simon Bruder
e1deb563af
All checks were successful
continuous-integration/drone/push Build is passing
8 lines
163 B
Docker
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"]
|