From da1b26b2948a2235f5b171a112842245520c6515 Mon Sep 17 00:00:00 2001 From: gilbN <24592972+gilbN@users.noreply.github.com> Date: Sun, 28 Feb 2021 20:48:24 +0100 Subject: [PATCH] asdassadsa --- qbittorrent/Dockerfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 827e7df8..834839e5 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -1,9 +1,10 @@ FROM scratch RUN \ -echo "THEMEPARK :: INFO :: Installing svn package" && \ -apt-get update && \ -apt-get install subversion -y + echo "THEMEPARK :: INFO :: Installing svn package" && \ + apt-get update && \ + apt-get install -y \ + subversion # copy local files COPY root/ / \ No newline at end of file