Skip to content

Commit 82560aa

Browse files
committed
added jdupes
1 parent 0956626 commit 82560aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ ENV BRANCH=${BRANCH}
4949
RUN set -eux; \
5050
rm -f Pipfile Pipfile.lock; \
5151
apt-get update; \
52-
apt-get install -y --no-install-recommends wget curl unzip p7zip-full tzdata vim; \
52+
apt-get install -y --no-install-recommends wget curl unzip p7zip-full tzdata vim jdupes; \
5353
curl https://rclone.org/install.sh | bash
5454

5555
RUN apt-get update; \

0 commit comments

Comments
 (0)