diff --git a/linux/advanced/python/develop/2.7/Dockerfile b/linux/advanced/python/develop/2.7/Dockerfile index 5a1becb94..d3b7723e5 100644 --- a/linux/advanced/python/develop/2.7/Dockerfile +++ b/linux/advanced/python/develop/2.7/Dockerfile @@ -7,7 +7,7 @@ LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" # ARGuments ################################################################## ENV BuildDocker true -ENV GOPATH=/go +ENV GOPATH=/usr/local/go ENV PATH="${GOPATH}/bin:${PATH}" ARG BUILDS_DIR=/builds ARG SRC_DIR=${BUILDS_DIR}/src diff --git a/linux/advanced/python/develop/3.10/Dockerfile b/linux/advanced/python/develop/3.10/Dockerfile index 5ed60b964..cf65d51b6 100644 --- a/linux/advanced/python/develop/3.10/Dockerfile +++ b/linux/advanced/python/develop/3.10/Dockerfile @@ -7,7 +7,7 @@ LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" # ARGuments ################################################################## ENV BuildDocker true -ENV GOPATH=/go +ENV GOPATH=/usr/local/go ENV PATH="${GOPATH}/bin:${PATH}" ARG BUILDS_DIR=/builds ARG SRC_DIR=${BUILDS_DIR}/src diff --git a/linux/advanced/python/develop/3.11/Dockerfile b/linux/advanced/python/develop/3.11/Dockerfile index 822943a09..a8891c30c 100644 --- a/linux/advanced/python/develop/3.11/Dockerfile +++ b/linux/advanced/python/develop/3.11/Dockerfile @@ -7,7 +7,7 @@ LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" # ARGuments ################################################################## ENV BuildDocker true -ENV GOPATH=/go +ENV GOPATH=/usr/local/go ENV PATH="${GOPATH}/bin:${PATH}" ARG BUILDS_DIR=/builds ARG SRC_DIR=${BUILDS_DIR}/src diff --git a/linux/advanced/python/develop/3.12/Dockerfile b/linux/advanced/python/develop/3.12/Dockerfile index 4d0aea45d..c40593276 100644 --- a/linux/advanced/python/develop/3.12/Dockerfile +++ b/linux/advanced/python/develop/3.12/Dockerfile @@ -7,7 +7,7 @@ LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" # ARGuments ################################################################## ENV BuildDocker true -ENV GOPATH=/go +ENV GOPATH=/usr/local/go ENV PATH="${GOPATH}/bin:${PATH}" ARG BUILDS_DIR=/builds ARG SRC_DIR=${BUILDS_DIR}/src diff --git a/linux/advanced/python/develop/3.13/Dockerfile b/linux/advanced/python/develop/3.13/Dockerfile index 44e557a4d..a4857e2a4 100644 --- a/linux/advanced/python/develop/3.13/Dockerfile +++ b/linux/advanced/python/develop/3.13/Dockerfile @@ -7,7 +7,7 @@ LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" # ARGuments ################################################################## ENV BuildDocker true -ENV GOPATH=/go +ENV GOPATH=/usr/local/go ENV PATH="${GOPATH}/bin:${PATH}" ARG BUILDS_DIR=/builds ARG SRC_DIR=${BUILDS_DIR}/src diff --git a/linux/advanced/python/develop/3.6/Dockerfile b/linux/advanced/python/develop/3.6/Dockerfile index 3d95eca82..6d5bbd1e9 100644 --- a/linux/advanced/python/develop/3.6/Dockerfile +++ b/linux/advanced/python/develop/3.6/Dockerfile @@ -7,7 +7,7 @@ LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" # ARGuments ################################################################## ENV BuildDocker true -ENV GOPATH=/go +ENV GOPATH=/usr/local/go ENV PATH="${GOPATH}/bin:${PATH}" ARG BUILDS_DIR=/builds ARG SRC_DIR=${BUILDS_DIR}/src diff --git a/linux/advanced/python/develop/3.7/Dockerfile b/linux/advanced/python/develop/3.7/Dockerfile index 13ac835a2..a2a6356bb 100644 --- a/linux/advanced/python/develop/3.7/Dockerfile +++ b/linux/advanced/python/develop/3.7/Dockerfile @@ -7,7 +7,7 @@ LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" # ARGuments ################################################################## ENV BuildDocker true -ENV GOPATH=/go +ENV GOPATH=/usr/local/go ENV PATH="${GOPATH}/bin:${PATH}" ARG BUILDS_DIR=/builds ARG SRC_DIR=${BUILDS_DIR}/src diff --git a/linux/advanced/python/develop/3.8/Dockerfile b/linux/advanced/python/develop/3.8/Dockerfile index 0fba09f34..d7488581d 100644 --- a/linux/advanced/python/develop/3.8/Dockerfile +++ b/linux/advanced/python/develop/3.8/Dockerfile @@ -7,7 +7,7 @@ LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" # ARGuments ################################################################## ENV BuildDocker true -ENV GOPATH=/go +ENV GOPATH=/usr/local/go ENV PATH="${GOPATH}/bin:${PATH}" ARG BUILDS_DIR=/builds ARG SRC_DIR=${BUILDS_DIR}/src diff --git a/linux/advanced/python/develop/3.9/Dockerfile b/linux/advanced/python/develop/3.9/Dockerfile index 9434f2c68..ce89a3205 100644 --- a/linux/advanced/python/develop/3.9/Dockerfile +++ b/linux/advanced/python/develop/3.9/Dockerfile @@ -7,7 +7,7 @@ LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" # ARGuments ################################################################## ENV BuildDocker true -ENV GOPATH=/go +ENV GOPATH=/usr/local/go ENV PATH="${GOPATH}/bin:${PATH}" ARG BUILDS_DIR=/builds ARG SRC_DIR=${BUILDS_DIR}/src diff --git a/linux/discontinued/ecosystem/epicmorg/devel/main/Dockerfile b/linux/discontinued/ecosystem/epicmorg/devel/main/Dockerfile index fb32d5a14..374447ed1 100644 --- a/linux/discontinued/ecosystem/epicmorg/devel/main/Dockerfile +++ b/linux/discontinued/ecosystem/epicmorg/devel/main/Dockerfile @@ -104,7 +104,6 @@ RUN curl -s ${NINJA_RELEASE_URL} | jq -r ".assets[] | select(.name | test(\"${NI # other customisations ################################################################## - ################################################################## # cleaninig up ################################################################## diff --git a/linux/ecosystem/epicmorg/astra/1.7-alse/develop/Dockerfile b/linux/ecosystem/epicmorg/astra/1.7-alse/develop/Dockerfile index ac98e56fe..e7602790a 100644 --- a/linux/ecosystem/epicmorg/astra/1.7-alse/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/astra/1.7-alse/develop/Dockerfile @@ -1,7 +1,27 @@ FROM epicmorg/astralinux:1.7-main - +LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive +################################################################## +# ARGuments +################################################################## +ENV BuildDocker true +ENV GOPATH=/usr/local/go +ENV CARGOPATH=/root/.cargo +ENV FLUTTERPATH=/usr/local/flutter +ENV PATH="${FLUTTERPATH}/bin:${CARGOPATH}/bin:${GOPATH}/bin:${PATH}" +ARG BUILDS_DIR=/builds +ARG SRC_DIR=${BUILDS_DIR}/src +ARG EXPORT_DIR=${BUILDS_DIR}/export +ARG NINJA_ARCH=linux +ARG NINJA_VERSION=latest +ARG NINJA_RELEASE_URL=https://api.github.com/repos/ninja-build/ninja/releases/${NINJA_VERSION} + +################################################################## +# Files and folders +################################################################## +RUN mkdir -p ${SRC_DIR} ${EXPORT_DIR} ${PRE_DIR} + ################################################################## # update lists ################################################################## @@ -94,6 +114,30 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio zlib1g \ zlib1g-dev +################################################################## +# Rust compillers +################################################################## +RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile complete --default-toolchain stable --verbose +RUN printf "\n--------------------------------\n$(cargo --version)\n--------------------------------\n\n" + +################################################################## +# Flutter SDK +################################################################## +RUN git clone https://github.com/flutter/flutter.git -b stable /usr/local/flutter +RUN flutter precache +RUN flutter config --no-analytics +RUN dart --disable-analytics +RUN printf "\n--------------------------------\n$(flutter --version)\n--------------------------------\n\n" + +################################################################## +# GO compillers +################################################################## +RUN printf "\n--------------------------------\n$(go version)\n--------------------------------\n\n" + +################################################################## +# other customisations +################################################################## + ################################################################## # cleanup ################################################################## diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/develop/Dockerfile index 00f15a3f4..44a138bba 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/develop/Dockerfile @@ -6,9 +6,9 @@ ARG DEBIAN_FRONTEND=noninteractive # ARGuments ################################################################## ENV BuildDocker true -ENV GOPATH=/go +ENV GOPATH=/usr/local/go ENV CARGOPATH=/root/.cargo -ENV FLUTTERPATH=/flutter +ENV FLUTTERPATH=/usr/local/flutter ENV PATH="${FLUTTERPATH}/bin:${CARGOPATH}/bin:${GOPATH}/bin:${PATH}" ARG BUILDS_DIR=/builds ARG SRC_DIR=${BUILDS_DIR}/src @@ -23,7 +23,7 @@ ARG NINJA_RELEASE_URL=https://api.github.com/repos/ninja-build/ninja/releases/${ RUN mkdir -p ${SRC_DIR} ${EXPORT_DIR} ${PRE_DIR} ################################################################## -# sid sources list +# update lists ################################################################## RUN apt-get update && \ apt-get dist-upgrade -y @@ -102,7 +102,6 @@ RUN aptitude remove '~njava' -y # other customisations ################################################################## - ################################################################## # cleanup ################################################################## diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/develop/Dockerfile index 96703a60f..652428aff 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/develop/Dockerfile @@ -6,9 +6,9 @@ ARG DEBIAN_FRONTEND=noninteractive # ARGuments ################################################################## ENV BuildDocker true -ENV GOPATH=/go +ENV GOPATH=/usr/local/go ENV CARGOPATH=/root/.cargo -ENV FLUTTERPATH=/flutter +ENV FLUTTERPATH=/usr/local/flutter ENV PATH="${FLUTTERPATH}/bin:${CARGOPATH}/bin:${GOPATH}/bin:${PATH}" ARG BUILDS_DIR=/builds ARG SRC_DIR=${BUILDS_DIR}/src @@ -23,7 +23,7 @@ ARG NINJA_RELEASE_URL=https://api.github.com/repos/ninja-build/ninja/releases/${ RUN mkdir -p ${SRC_DIR} ${EXPORT_DIR} ${PRE_DIR} ################################################################## -# sid sources list +# update lists ################################################################## RUN apt-get update && \ apt-get dist-upgrade -y @@ -110,7 +110,6 @@ RUN apt-get update && \ # other customisations ################################################################## - ################################################################## # cleanup ################################################################## diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/develop/Dockerfile index fee30790f..b99342838 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/develop/Dockerfile @@ -6,9 +6,9 @@ ARG DEBIAN_FRONTEND=noninteractive # ARGuments ################################################################## ENV BuildDocker true -ENV GOPATH=/go +ENV GOPATH=/usr/local/go ENV CARGOPATH=/root/.cargo -ENV FLUTTERPATH=/flutter +ENV FLUTTERPATH=/usr/local/flutter ENV PATH="${FLUTTERPATH}/bin:${CARGOPATH}/bin:${GOPATH}/bin:${PATH}" ARG BUILDS_DIR=/builds ARG SRC_DIR=${BUILDS_DIR}/src @@ -23,7 +23,7 @@ ARG NINJA_RELEASE_URL=https://api.github.com/repos/ninja-build/ninja/releases/${ RUN mkdir -p ${SRC_DIR} ${EXPORT_DIR} ${PRE_DIR} ################################################################## -# sid sources list +# update lists ################################################################## RUN apt-get update && \ apt-get dist-upgrade -y @@ -119,7 +119,7 @@ RUN printf "\n--------------------------------\n$(cargo --version)\n------------ ################################################################## # Flutter SDK ################################################################## -RUN git clone -c http.sslverify=false https://github.com/flutter/flutter.git -b stable /flutter +RUN git clone https://github.com/flutter/flutter.git -b stable /usr/local/flutter RUN flutter precache RUN flutter config --no-analytics RUN dart --disable-analytics @@ -134,7 +134,6 @@ RUN printf "\n--------------------------------\n$(go version)\n----------------- # other customisations ################################################################## - ################################################################## # cleanup ################################################################## diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/develop/Dockerfile index b51917fa7..49cde59f2 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/develop/Dockerfile @@ -6,9 +6,9 @@ ARG DEBIAN_FRONTEND=noninteractive # ARGuments ################################################################## ENV BuildDocker true -ENV GOPATH=/go +ENV GOPATH=/usr/local/go ENV CARGOPATH=/root/.cargo -ENV FLUTTERPATH=/flutter +ENV FLUTTERPATH=/usr/local/flutter ENV PATH="${FLUTTERPATH}/bin:${CARGOPATH}/bin:${GOPATH}/bin:${PATH}" ARG BUILDS_DIR=/builds ARG SRC_DIR=${BUILDS_DIR}/src @@ -23,7 +23,7 @@ ARG NINJA_RELEASE_URL=https://api.github.com/repos/ninja-build/ninja/releases/${ RUN mkdir -p ${SRC_DIR} ${EXPORT_DIR} ${PRE_DIR} ################################################################## -# sid sources list +# update lists ################################################################## RUN apt-get update && \ apt-get dist-upgrade -y @@ -119,7 +119,7 @@ RUN printf "\n--------------------------------\n$(cargo --version)\n------------ ################################################################## # Flutter SDK ################################################################## -RUN git clone -c http.sslverify=false https://github.com/flutter/flutter.git -b stable /flutter +RUN git clone https://github.com/flutter/flutter.git -b stable /usr/local/flutter RUN flutter precache RUN flutter config --no-analytics RUN dart --disable-analytics @@ -144,7 +144,6 @@ RUN curl -s ${NINJA_RELEASE_URL} | jq -r ".assets[] | select(.name | test(\"${NI # other customisations ################################################################## - ################################################################## # cleanup ################################################################## diff --git a/linux/ecosystem/epicmorg/debian/10-buster/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/develop/Dockerfile index 16f902665..768a88460 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/develop/Dockerfile @@ -6,9 +6,9 @@ ARG DEBIAN_FRONTEND=noninteractive # ARGuments ################################################################## ENV BuildDocker true -ENV GOPATH=/go +ENV GOPATH=/usr/local/go ENV CARGOPATH=/root/.cargo -ENV FLUTTERPATH=/flutter +ENV FLUTTERPATH=/usr/local/flutter ENV PATH="${FLUTTERPATH}/bin:${CARGOPATH}/bin:${GOPATH}/bin:${PATH}" ARG BUILDS_DIR=/builds ARG SRC_DIR=${BUILDS_DIR}/src @@ -23,7 +23,7 @@ ARG NINJA_RELEASE_URL=https://api.github.com/repos/ninja-build/ninja/releases/${ RUN mkdir -p ${SRC_DIR} ${EXPORT_DIR} ${PRE_DIR} ################################################################## -# sid sources list +# update lists ################################################################## RUN apt-get update && \ apt-get dist-upgrade -y @@ -120,7 +120,7 @@ RUN printf "\n--------------------------------\n$(cargo --version)\n------------ ################################################################## # Flutter SDK ################################################################## -RUN git clone https://github.com/flutter/flutter.git -b stable /flutter +RUN git clone https://github.com/flutter/flutter.git -b stable /usr/local/flutter RUN flutter precache RUN flutter config --no-analytics RUN dart --disable-analytics @@ -145,7 +145,6 @@ RUN curl -s ${NINJA_RELEASE_URL} | jq -r ".assets[] | select(.name | test(\"${NI # other customisations ################################################################## - ################################################################## # cleanup ################################################################## diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/develop/Dockerfile index 60ec0c4ef..5eb0ea8ca 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/develop/Dockerfile @@ -6,9 +6,9 @@ ARG DEBIAN_FRONTEND=noninteractive # ARGuments ################################################################## ENV BuildDocker true -ENV GOPATH=/go +ENV GOPATH=/usr/local/go ENV CARGOPATH=/root/.cargo -ENV FLUTTERPATH=/flutter +ENV FLUTTERPATH=/usr/local/flutter ENV PATH="${FLUTTERPATH}/bin:${CARGOPATH}/bin:${GOPATH}/bin:${PATH}" ARG BUILDS_DIR=/builds ARG SRC_DIR=${BUILDS_DIR}/src @@ -23,7 +23,7 @@ ARG NINJA_RELEASE_URL=https://api.github.com/repos/ninja-build/ninja/releases/${ RUN mkdir -p ${SRC_DIR} ${EXPORT_DIR} ${PRE_DIR} ################################################################## -# sid sources list +# update lists ################################################################## RUN apt-get update && \ apt-get dist-upgrade -y @@ -124,7 +124,7 @@ RUN printf "\n--------------------------------\n$(cargo --version)\n------------ ################################################################## # Flutter SDK ################################################################## -RUN git clone https://github.com/flutter/flutter.git -b stable /flutter +RUN git clone https://github.com/flutter/flutter.git -b stable /usr/local/flutter RUN flutter precache RUN flutter config --no-analytics RUN dart --disable-analytics @@ -149,7 +149,6 @@ RUN curl -s ${NINJA_RELEASE_URL} | jq -r ".assets[] | select(.name | test(\"${NI # other customisations ################################################################## - ################################################################## # cleanup ################################################################## diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/develop/Dockerfile index ea358c865..e858a45b7 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/develop/Dockerfile @@ -6,9 +6,9 @@ ARG DEBIAN_FRONTEND=noninteractive # ARGuments ################################################################## ENV BuildDocker true -ENV GOPATH=/go +ENV GOPATH=/usr/local/go ENV CARGOPATH=/root/.cargo -ENV FLUTTERPATH=/flutter +ENV FLUTTERPATH=/usr/local/flutter ENV PATH="${FLUTTERPATH}/bin:${CARGOPATH}/bin:${GOPATH}/bin:${PATH}" ARG BUILDS_DIR=/builds ARG SRC_DIR=${BUILDS_DIR}/src @@ -123,7 +123,7 @@ RUN printf "\n--------------------------------\n$(cargo --version)\n------------ ################################################################## # Flutter SDK ################################################################## -RUN git clone https://github.com/flutter/flutter.git -b stable /flutter +RUN git clone https://github.com/flutter/flutter.git -b stable /usr/local/flutter RUN flutter precache RUN flutter config --no-analytics RUN dart --disable-analytics @@ -148,7 +148,6 @@ RUN curl -s ${NINJA_RELEASE_URL} | jq -r ".assets[] | select(.name | test(\"${NI # other customisations ################################################################## - ################################################################## # cleanup ################################################################## diff --git a/linux/ecosystem/qbittorrent/4.4.0/Dockerfile b/linux/ecosystem/qbittorrent/4.4.0/Dockerfile index 29c99591c..7433a43f2 100644 --- a/linux/ecosystem/qbittorrent/4.4.0/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.4.0/Dockerfile @@ -34,7 +34,6 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue # other customisations ################################################################## - ################################################################## # cleaninig up ################################################################## diff --git a/linux/ecosystem/qbittorrent/4.4.1/Dockerfile b/linux/ecosystem/qbittorrent/4.4.1/Dockerfile index 29c99591c..7433a43f2 100644 --- a/linux/ecosystem/qbittorrent/4.4.1/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.4.1/Dockerfile @@ -34,7 +34,6 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue # other customisations ################################################################## - ################################################################## # cleaninig up ################################################################## diff --git a/linux/ecosystem/qbittorrent/4.4.2/Dockerfile b/linux/ecosystem/qbittorrent/4.4.2/Dockerfile index 29c99591c..7433a43f2 100644 --- a/linux/ecosystem/qbittorrent/4.4.2/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.4.2/Dockerfile @@ -34,7 +34,6 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue # other customisations ################################################################## - ################################################################## # cleaninig up ################################################################## diff --git a/linux/ecosystem/qbittorrent/4.4.3.1/Dockerfile b/linux/ecosystem/qbittorrent/4.4.3.1/Dockerfile index 29c99591c..7433a43f2 100644 --- a/linux/ecosystem/qbittorrent/4.4.3.1/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.4.3.1/Dockerfile @@ -34,7 +34,6 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue # other customisations ################################################################## - ################################################################## # cleaninig up ################################################################## diff --git a/linux/ecosystem/qbittorrent/4.4.4/Dockerfile b/linux/ecosystem/qbittorrent/4.4.4/Dockerfile index 29c99591c..7433a43f2 100644 --- a/linux/ecosystem/qbittorrent/4.4.4/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.4.4/Dockerfile @@ -34,7 +34,6 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue # other customisations ################################################################## - ################################################################## # cleaninig up ################################################################## diff --git a/linux/ecosystem/qbittorrent/4.4.5/Dockerfile b/linux/ecosystem/qbittorrent/4.4.5/Dockerfile index 29c99591c..7433a43f2 100644 --- a/linux/ecosystem/qbittorrent/4.4.5/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.4.5/Dockerfile @@ -34,7 +34,6 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue # other customisations ################################################################## - ################################################################## # cleaninig up ################################################################## diff --git a/linux/ecosystem/qbittorrent/4.5.0/Dockerfile b/linux/ecosystem/qbittorrent/4.5.0/Dockerfile index 29c99591c..7433a43f2 100644 --- a/linux/ecosystem/qbittorrent/4.5.0/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.5.0/Dockerfile @@ -34,7 +34,6 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue # other customisations ################################################################## - ################################################################## # cleaninig up ################################################################## diff --git a/linux/ecosystem/qbittorrent/4.5.1/Dockerfile b/linux/ecosystem/qbittorrent/4.5.1/Dockerfile index 29c99591c..7433a43f2 100644 --- a/linux/ecosystem/qbittorrent/4.5.1/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.5.1/Dockerfile @@ -34,7 +34,6 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue # other customisations ################################################################## - ################################################################## # cleaninig up ################################################################## diff --git a/linux/ecosystem/qbittorrent/4.5.2/Dockerfile b/linux/ecosystem/qbittorrent/4.5.2/Dockerfile index 29c99591c..7433a43f2 100644 --- a/linux/ecosystem/qbittorrent/4.5.2/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.5.2/Dockerfile @@ -34,7 +34,6 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue # other customisations ################################################################## - ################################################################## # cleaninig up ################################################################## diff --git a/linux/ecosystem/qbittorrent/4.5.3/Dockerfile b/linux/ecosystem/qbittorrent/4.5.3/Dockerfile index 29c99591c..7433a43f2 100644 --- a/linux/ecosystem/qbittorrent/4.5.3/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.5.3/Dockerfile @@ -34,7 +34,6 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue # other customisations ################################################################## - ################################################################## # cleaninig up ################################################################## diff --git a/linux/ecosystem/qbittorrent/4.5.4/Dockerfile b/linux/ecosystem/qbittorrent/4.5.4/Dockerfile index 29c99591c..7433a43f2 100644 --- a/linux/ecosystem/qbittorrent/4.5.4/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.5.4/Dockerfile @@ -34,7 +34,6 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue # other customisations ################################################################## - ################################################################## # cleaninig up ################################################################## diff --git a/linux/ecosystem/qbittorrent/4.5.5/Dockerfile b/linux/ecosystem/qbittorrent/4.5.5/Dockerfile index 29c99591c..7433a43f2 100644 --- a/linux/ecosystem/qbittorrent/4.5.5/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.5.5/Dockerfile @@ -34,7 +34,6 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue # other customisations ################################################################## - ################################################################## # cleaninig up ################################################################## diff --git a/linux/ecosystem/qbittorrent/4.6.0/Dockerfile b/linux/ecosystem/qbittorrent/4.6.0/Dockerfile index 29c99591c..7433a43f2 100644 --- a/linux/ecosystem/qbittorrent/4.6.0/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.6.0/Dockerfile @@ -34,7 +34,6 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue # other customisations ################################################################## - ################################################################## # cleaninig up ################################################################## diff --git a/linux/ecosystem/qbittorrent/4.6.1/Dockerfile b/linux/ecosystem/qbittorrent/4.6.1/Dockerfile index 29c99591c..7433a43f2 100644 --- a/linux/ecosystem/qbittorrent/4.6.1/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.6.1/Dockerfile @@ -34,7 +34,6 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue # other customisations ################################################################## - ################################################################## # cleaninig up ################################################################## diff --git a/linux/ecosystem/qbittorrent/4.6.2/Dockerfile b/linux/ecosystem/qbittorrent/4.6.2/Dockerfile index 29c99591c..7433a43f2 100644 --- a/linux/ecosystem/qbittorrent/4.6.2/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.6.2/Dockerfile @@ -34,7 +34,6 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue # other customisations ################################################################## - ################################################################## # cleaninig up ################################################################## diff --git a/linux/ecosystem/qbittorrent/4.6.3/Dockerfile b/linux/ecosystem/qbittorrent/4.6.3/Dockerfile index 29c99591c..7433a43f2 100644 --- a/linux/ecosystem/qbittorrent/4.6.3/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.6.3/Dockerfile @@ -34,7 +34,6 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue # other customisations ################################################################## - ################################################################## # cleaninig up ################################################################## diff --git a/linux/ecosystem/qbittorrent/4.6.4/Dockerfile b/linux/ecosystem/qbittorrent/4.6.4/Dockerfile index 29c99591c..7433a43f2 100644 --- a/linux/ecosystem/qbittorrent/4.6.4/Dockerfile +++ b/linux/ecosystem/qbittorrent/4.6.4/Dockerfile @@ -34,7 +34,6 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue # other customisations ################################################################## - ################################################################## # cleaninig up ################################################################## diff --git a/linux/ecosystem/qbittorrent/testing/Dockerfile b/linux/ecosystem/qbittorrent/testing/Dockerfile index 1288c6b05..9dfac6941 100644 --- a/linux/ecosystem/qbittorrent/testing/Dockerfile +++ b/linux/ecosystem/qbittorrent/testing/Dockerfile @@ -34,7 +34,6 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue # other customisations ################################################################## - ################################################################## # cleaninig up ##################################################################