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