From 2fcdb8b849b04f93d6532fc2d24f9379c53e9f06 Mon Sep 17 00:00:00 2001 From: gilbN <24592972+gilbN@users.noreply.github.com> Date: Sun, 28 Feb 2021 20:35:45 +0100 Subject: [PATCH] run fix --- qbittorrent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 47c030bd..827e7df8 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -2,7 +2,7 @@ FROM scratch RUN \ echo "THEMEPARK :: INFO :: Installing svn package" && \ -apt-get update \ +apt-get update && \ apt-get install subversion -y # copy local files