Skip to content

Commit

Permalink
Now with jdupes
Browse files Browse the repository at this point in the history
  • Loading branch information
Drazzilb08 committed Feb 8, 2024
1 parent 5fa8f59 commit 06c6461
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,21 @@ RUN apk update; \
pip3 install --no-cache-dir -r requirements.txt

# Install wget, curl, unzip, p7zip-full, tzdata, vim
RUN apk add wget curl unzip tzdata && \
apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ --allow-untrusted p7zip
RUN apk add wget curl unzip tzdata vim jdupes \
&& apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ p7zip \
&& apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ jdupes

# # Install rclone
# RUN curl https://rclone.org/install.sh | bash
# Install rclone
RUN curl https://rclone.org/install.sh | bash

# # Install rclone dependencies
# RUN apk add --no-cache ca-certificates fuse
# Install rclone dependencies
RUN apk add --no-cache ca-certificates fuse

# # Test rclone installation
# RUN rclone --version
# Test rclone installation
RUN rclone --version

# # Install docker-cli
# RUN apk add --no-cache docker-cli
# Install docker-cli
RUN apk add --no-cache docker-cli

# Metadata and labels
LABEL maintainer="Drazzilb" \
Expand Down

0 comments on commit 06c6461

Please sign in to comment.