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