Skip to content

Commit

Permalink
Added: jq
Browse files Browse the repository at this point in the history
  • Loading branch information
Drazzilb08 committed Feb 15, 2024
1 parent 82560aa commit 2b56f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ENV BRANCH=${BRANCH}
RUN set -eux; \
rm -f Pipfile Pipfile.lock; \
apt-get update; \
apt-get install -y --no-install-recommends wget curl unzip p7zip-full tzdata vim jdupes; \
apt-get install -y --no-install-recommends wget curl unzip p7zip-full tzdata vim jdupes jq; \
curl https://rclone.org/install.sh | bash

RUN apt-get update; \
Expand Down

0 comments on commit 2b56f54

Please sign in to comment.