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