From e990cc7650f961f6be4f1c1dd4c7a5420b3f7e48 Mon Sep 17 00:00:00 2001 From: gilbN <24592972+gilbN@users.noreply.github.com> Date: Sun, 28 Feb 2021 20:07:37 +0100 Subject: [PATCH] add svn package --- qbittorrent/Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) 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