We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0956626 commit 82560aaCopy full SHA for 82560aa
Dockerfile
@@ -49,7 +49,7 @@ ENV BRANCH=${BRANCH}
49
RUN set -eux; \
50
rm -f Pipfile Pipfile.lock; \
51
apt-get update; \
52
- apt-get install -y --no-install-recommends wget curl unzip p7zip-full tzdata vim; \
+ apt-get install -y --no-install-recommends wget curl unzip p7zip-full tzdata vim jdupes; \
53
curl https://rclone.org/install.sh | bash
54
55
RUN apt-get update; \
0 commit comments