[docker] Remove pinned versions
Diff
Dockerfile | 14 +++++++++-----
README.md | 5 +++--
2 files changed, 10 insertions(+), 9 deletions(-)
@@ -12,19 +12,19 @@
apt-get update && \
apt-get install --yes --no-install-recommends \
gnupg=2.2.12-1+deb10u1 \
gnupg \
libssl-dev=1.1.1d-0+deb10u2 \
libssl-dev \
pdftk=2.02-5 \
ca-certificates=20190110 \
ca-certificates \
git=1:2.20.1-2+deb10u1 \
git \
make=4.2.1-1.2 \
make \
zlib1g-dev=1:1.2.11.dfsg-1 && \
zlib1g-dev && \
apt-key add /tmp/crystal.gpg && \
echo "deb https://dist.crystal-lang.org/apt crystal main" > /etc/apt/sources.list.d/crystal.list && \
@@ -42,4 +42,4 @@
WORKDIR /data
VOLUME /data
ENTRYPOINT ["/usr/bin/muse-dl"]
ENTRYPOINT ["/usr/bin/muse-dl"]
@@ -30,7 +30,7 @@
# Download the book, and put it in your Downloads directory
docker run -it /home/nemo/Downloads:/data captn3m0/muse-dl:edge https://muse.jhu.edu/book/875
# If you have a list.txt file in your Downloads directory, then you can run
# If you have a list.txt file in your Downloads directory, then you can run
docker run -it /home/nemo/Downloads:/data captn3m0/muse-dl:edge /data/list.txt
# If you want to keep the temporary files with your host, and not delete them
@@ -66,6 +66,7 @@
--no-bookmarks Don't add bookmarks in the PDF
--input-pdf INPUT Input Stitched PDF. Will not download anything
--clobber Overwrite the output file, if it already exists. Not compatible with input-pdf
--dont-strip-first-page Disables first page from being stripped. Use carefully
--cookie COOKIE Cookie-header
-h, --help Show this help
```
@@ -85,4 +86,4 @@
## License
Licensed under the [MIT License](https://nemo.mit-license.org/). See LICENSE file for details.
Licensed under the [MIT License](https://nemo.mit-license.org/). See LICENSE file for details.