correction command + pourquoi pas alpine + readme
This commit is contained in:
parent
1f9918aa9a
commit
a4ed672f47
@ -1,4 +1,7 @@
|
||||
FROM "ubuntu:17.10"
|
||||
# Il n'est pas possible d'utiliser alpine,
|
||||
# cela pose problème avec le script de post-install qui dépends vraiment de glibc.
|
||||
# Il faudrait alors partir sur une full recompilation de calibre (sans certitudes sur le bon fonctionnement).
|
||||
MAINTAINER "Julien Cabillot <dockerimages@cabillot.eu>"
|
||||
|
||||
ENV DEBIAN_FRONTEND="noninteractive"
|
||||
@ -22,5 +25,4 @@ ADD "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini" "/t
|
||||
RUN chmod +x "/tini"
|
||||
ENTRYPOINT ["/tini", "--"]
|
||||
|
||||
# TODO: à changer
|
||||
#CMD ["/cipherscan/cipherscan"]
|
||||
CMD [ "bash", "-c", "xvfb-run calibredb add --recurse --one-book-per-directory --library-path /export/ /ebooks/*/" ]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user