Skip to content

Commit fb8d676

Browse files
Update Dockerfile
1 parent d2aa393 commit fb8d676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM alpine:latest
33
COPY ./tracker-add-auto.sh /opt/tracker-add-auto.sh
44

55
RUN apk add --update \
6-
bash transmission-cli curl && \
6+
bash transmission-cli curl coreutils && \
77
rm -rf /var/cache/apk/* && \
88
chmod +x /opt/tracker-add-auto.sh
99

0 commit comments

Comments
 (0)