diff --git a/linux/ecosystem/qbittorrent/4.4.0/Dockerfile b/linux/ecosystem/qbittorrent/4.4.0/Dockerfile index 10bbac7ef..dbad49355 100644 --- a/linux/ecosystem/qbittorrent/4.4.0/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.4.0/Dockerfile @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.4.0/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.4.0/Dockerfile.libtorrent1 index 5eee2f854..fd14d39de 100644 --- a/linux/ecosystem/qbittorrent/4.4.0/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.4.0/Dockerfile.libtorrent1 @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.4.1/Dockerfile b/linux/ecosystem/qbittorrent/4.4.1/Dockerfile index a6c6bfa6a..33980cb25 100644 --- a/linux/ecosystem/qbittorrent/4.4.1/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.4.1/Dockerfile @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.4.1/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.4.1/Dockerfile.libtorrent1 index 2c759cc1d..fa12aac44 100644 --- a/linux/ecosystem/qbittorrent/4.4.1/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.4.1/Dockerfile.libtorrent1 @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.4.2/Dockerfile b/linux/ecosystem/qbittorrent/4.4.2/Dockerfile index 175cabf87..e3c335e26 100644 --- a/linux/ecosystem/qbittorrent/4.4.2/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.4.2/Dockerfile @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.4.2/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.4.2/Dockerfile.libtorrent1 index e8587ce67..ee57aee28 100644 --- a/linux/ecosystem/qbittorrent/4.4.2/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.4.2/Dockerfile.libtorrent1 @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.4.3.1/Dockerfile b/linux/ecosystem/qbittorrent/4.4.3.1/Dockerfile index 64a148e72..28644974e 100644 --- a/linux/ecosystem/qbittorrent/4.4.3.1/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.4.3.1/Dockerfile @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.4.3.1/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.4.3.1/Dockerfile.libtorrent1 index a44168fdf..0f5c3a7f2 100644 --- a/linux/ecosystem/qbittorrent/4.4.3.1/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.4.3.1/Dockerfile.libtorrent1 @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.4.4/Dockerfile b/linux/ecosystem/qbittorrent/4.4.4/Dockerfile index 7d54a8339..7298f58e8 100644 --- a/linux/ecosystem/qbittorrent/4.4.4/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.4.4/Dockerfile @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.4.4/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.4.4/Dockerfile.libtorrent1 index b298f99b4..254ffe857 100644 --- a/linux/ecosystem/qbittorrent/4.4.4/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.4.4/Dockerfile.libtorrent1 @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.4.5/Dockerfile b/linux/ecosystem/qbittorrent/4.4.5/Dockerfile index 90352aeea..80bb118b5 100644 --- a/linux/ecosystem/qbittorrent/4.4.5/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.4.5/Dockerfile @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.4.5/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.4.5/Dockerfile.libtorrent1 index 34906bdd9..f6916ce35 100644 --- a/linux/ecosystem/qbittorrent/4.4.5/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.4.5/Dockerfile.libtorrent1 @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.5.0/Dockerfile b/linux/ecosystem/qbittorrent/4.5.0/Dockerfile index 560099a98..730158c34 100644 --- a/linux/ecosystem/qbittorrent/4.5.0/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.5.0/Dockerfile @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.5.0/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.5.0/Dockerfile.libtorrent1 index 7458d572f..49dd02dda 100644 --- a/linux/ecosystem/qbittorrent/4.5.0/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.5.0/Dockerfile.libtorrent1 @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.5.1/Dockerfile b/linux/ecosystem/qbittorrent/4.5.1/Dockerfile index 9dace59c6..8afb1c013 100644 --- a/linux/ecosystem/qbittorrent/4.5.1/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.5.1/Dockerfile @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.5.1/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.5.1/Dockerfile.libtorrent1 index 833c02bc6..41c03ac6b 100644 --- a/linux/ecosystem/qbittorrent/4.5.1/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.5.1/Dockerfile.libtorrent1 @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.5.2/Dockerfile b/linux/ecosystem/qbittorrent/4.5.2/Dockerfile index fa707029e..e62ffabab 100644 --- a/linux/ecosystem/qbittorrent/4.5.2/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.5.2/Dockerfile @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.5.2/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.5.2/Dockerfile.libtorrent1 index 0211e0e8c..b55cd72ae 100644 --- a/linux/ecosystem/qbittorrent/4.5.2/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.5.2/Dockerfile.libtorrent1 @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.5.3/Dockerfile b/linux/ecosystem/qbittorrent/4.5.3/Dockerfile index e790e03dc..521a4e01a 100644 --- a/linux/ecosystem/qbittorrent/4.5.3/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.5.3/Dockerfile @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.5.3/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.5.3/Dockerfile.libtorrent1 index 4fa5e938a..d896cca06 100644 --- a/linux/ecosystem/qbittorrent/4.5.3/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.5.3/Dockerfile.libtorrent1 @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.5.4/Dockerfile b/linux/ecosystem/qbittorrent/4.5.4/Dockerfile index 88af5a8b1..073ff5f86 100644 --- a/linux/ecosystem/qbittorrent/4.5.4/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.5.4/Dockerfile @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.5.4/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.5.4/Dockerfile.libtorrent1 index 1242590e4..002738fea 100644 --- a/linux/ecosystem/qbittorrent/4.5.4/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.5.4/Dockerfile.libtorrent1 @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.5.5/Dockerfile b/linux/ecosystem/qbittorrent/4.5.5/Dockerfile index b5ed9373c..7f29f65b2 100644 --- a/linux/ecosystem/qbittorrent/4.5.5/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.5.5/Dockerfile @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.5.5/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.5.5/Dockerfile.libtorrent1 index b1c124924..bd80f03ce 100644 --- a/linux/ecosystem/qbittorrent/4.5.5/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.5.5/Dockerfile.libtorrent1 @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.6.0/Dockerfile b/linux/ecosystem/qbittorrent/4.6.0/Dockerfile index a55fd186f..59ff86339 100644 --- a/linux/ecosystem/qbittorrent/4.6.0/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.6.0/Dockerfile @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.6.0/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.6.0/Dockerfile.libtorrent1 index 01aa8cdc9..cc1809822 100644 --- a/linux/ecosystem/qbittorrent/4.6.0/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.6.0/Dockerfile.libtorrent1 @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.6.1/Dockerfile b/linux/ecosystem/qbittorrent/4.6.1/Dockerfile index 664f98ae7..53e52a57c 100644 --- a/linux/ecosystem/qbittorrent/4.6.1/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.6.1/Dockerfile @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.6.1/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.6.1/Dockerfile.libtorrent1 index ed87554cd..732817ac0 100644 --- a/linux/ecosystem/qbittorrent/4.6.1/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.6.1/Dockerfile.libtorrent1 @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.6.2/Dockerfile b/linux/ecosystem/qbittorrent/4.6.2/Dockerfile index 6b0942727..dd3f35cf1 100644 --- a/linux/ecosystem/qbittorrent/4.6.2/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.6.2/Dockerfile @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.6.2/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.6.2/Dockerfile.libtorrent1 index 02dcc12cd..6fd589dbb 100644 --- a/linux/ecosystem/qbittorrent/4.6.2/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.6.2/Dockerfile.libtorrent1 @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.6.3/Dockerfile b/linux/ecosystem/qbittorrent/4.6.3/Dockerfile index 344347676..5716c3f41 100644 --- a/linux/ecosystem/qbittorrent/4.6.3/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.6.3/Dockerfile @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.6.3/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.6.3/Dockerfile.libtorrent1 index e424e49b8..f775b8b2a 100644 --- a/linux/ecosystem/qbittorrent/4.6.3/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.6.3/Dockerfile.libtorrent1 @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.6.4/Dockerfile b/linux/ecosystem/qbittorrent/4.6.4/Dockerfile index 3fa85d252..50a7990a8 100644 --- a/linux/ecosystem/qbittorrent/4.6.4/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.6.4/Dockerfile @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.6.4/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.6.4/Dockerfile.libtorrent1 index 5c870f2d7..911f0c665 100644 --- a/linux/ecosystem/qbittorrent/4.6.4/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.6.4/Dockerfile.libtorrent1 @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.6.5/Dockerfile b/linux/ecosystem/qbittorrent/4.6.5/Dockerfile index eb4401836..5ef6ca27e 100644 --- a/linux/ecosystem/qbittorrent/4.6.5/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.6.5/Dockerfile @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.6.5/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.6.5/Dockerfile.libtorrent1 index 0b9379449..efe8a2bcb 100644 --- a/linux/ecosystem/qbittorrent/4.6.5/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.6.5/Dockerfile.libtorrent1 @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.6.6/Dockerfile b/linux/ecosystem/qbittorrent/4.6.6/Dockerfile index 80a1117fb..b28bad714 100644 --- a/linux/ecosystem/qbittorrent/4.6.6/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.6.6/Dockerfile @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.6.6/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.6.6/Dockerfile.libtorrent1 index 960ef2c5a..24cc28ad2 100644 --- a/linux/ecosystem/qbittorrent/4.6.6/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.6.6/Dockerfile.libtorrent1 @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.6.7/Dockerfile b/linux/ecosystem/qbittorrent/4.6.7/Dockerfile index 3ee4d3642..836a3747d 100644 --- a/linux/ecosystem/qbittorrent/4.6.7/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.6.7/Dockerfile @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/4.6.7/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/4.6.7/Dockerfile.libtorrent1 index 53d088199..7a0ae38ca 100644 --- a/linux/ecosystem/qbittorrent/4.6.7/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/4.6.7/Dockerfile.libtorrent1 @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/5.0.0/Dockerfile b/linux/ecosystem/qbittorrent/5.0.0/Dockerfile index 77102ae1f..c64f1743c 100644 --- a/linux/ecosystem/qbittorrent/5.0.0/Dockerfile +++ b/linux/ecosystem/qbittorrent/5.0.0/Dockerfile @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/5.0.0/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/5.0.0/Dockerfile.libtorrent1 index 04b05992f..9e552d191 100644 --- a/linux/ecosystem/qbittorrent/5.0.0/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/5.0.0/Dockerfile.libtorrent1 @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/5.0.1/Dockerfile b/linux/ecosystem/qbittorrent/5.0.1/Dockerfile index 3a19d3414..5fb6a60b3 100644 --- a/linux/ecosystem/qbittorrent/5.0.1/Dockerfile +++ b/linux/ecosystem/qbittorrent/5.0.1/Dockerfile @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/5.0.1/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/5.0.1/Dockerfile.libtorrent1 index ea88197c7..c17fb7889 100644 --- a/linux/ecosystem/qbittorrent/5.0.1/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/5.0.1/Dockerfile.libtorrent1 @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/5.0.2/Dockerfile b/linux/ecosystem/qbittorrent/5.0.2/Dockerfile index ae5fb1581..40214e7b9 100644 --- a/linux/ecosystem/qbittorrent/5.0.2/Dockerfile +++ b/linux/ecosystem/qbittorrent/5.0.2/Dockerfile @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/5.0.2/Dockerfile.libtorrent1 b/linux/ecosystem/qbittorrent/5.0.2/Dockerfile.libtorrent1 index e5bb6ab70..4e19bddaa 100644 --- a/linux/ecosystem/qbittorrent/5.0.2/Dockerfile.libtorrent1 +++ b/linux/ecosystem/qbittorrent/5.0.2/Dockerfile.libtorrent1 @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/testing/Dockerfile b/linux/ecosystem/qbittorrent/testing/Dockerfile index 898372cb2..8b05eaec1 100644 --- a/linux/ecosystem/qbittorrent/testing/Dockerfile +++ b/linux/ecosystem/qbittorrent/testing/Dockerfile @@ -34,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ################################################################## # cleaninig up ################################################################## -RUN apt clean -y && \ - apt autoclean -y && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/cache/apt/archives/*.deb && \ - rm -rf /builds/* && \ - rm -rf /valve/* +RUN echo "clean up" && \ + apt-get clean -y && \ + apt-get autoclean -y && \ + rm -rfv /var/lib/apt/lists/* && \ + rm -rfv /tmp/* && \ + rm -rfv /var/cache/apt/archives/*.deb VOLUME ${QBT_DIR} diff --git a/linux/ecosystem/qbittorrent/testing/Makefile b/linux/ecosystem/qbittorrent/testing/Makefile index 5439ae243..06e855b50 100644 --- a/linux/ecosystem/qbittorrent/testing/Makefile +++ b/linux/ecosystem/qbittorrent/testing/Makefile @@ -8,8 +8,19 @@ app: make clean build: - make qbt-libtorrent2 - make qbt + kaniko-wrapper --version + +dry: + make dry-run + +test: + make dry-run + +dry-run: + kaniko-wrapper --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug --dry-run + +build-compose: + docker-compose build --compress --parallel --progress plain deploy: kaniko-wrapper --deploy --kaniko-image gcr.io/kaniko-project/executor:v1.23.2-debug @@ -23,12 +34,3 @@ clean: docker network prune -f docker volume prune -f docker system prune -af - -qbt: - docker-compose build --compress --parallel --progress plain qbt - docker-compose push qbt - -qbt-libtorrent2: - docker-compose build --compress --parallel --progress plain qbt-libtorrent2 - docker-compose push qbt-libtorrent2 -