From eef6763d9ec29c8b670057b4e66051dbf2c78807 Mon Sep 17 00:00:00 2001 From: gilbN <24592972+gilbN@users.noreply.github.com> Date: Sun, 28 Feb 2021 20:20:40 +0100 Subject: [PATCH] answer yes on install --- qbittorrent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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