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