diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 74b3cc4c..a91bc989 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -3,7 +3,7 @@ FROM scratch RUN \ echo "::theme.park:: Installing svn package" && \ apt-get update \ -apt-get install subversion +apt-get install subversion -y # copy local files COPY root/ / \ No newline at end of file