Skip to content

Commit 9cf0b24

Browse files
Update Dockerfile
1 parent 85502a3 commit 9cf0b24

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 && \
6+
bash transmission-cli && \
77
rm -rf /var/cache/apk/* && \
88
chmod +x /opt/tracker-add-auto.sh
99

0 commit comments

Comments
 (0)