diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/develop/Dockerfile index a37e99dc8..38751d864 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/develop/Dockerfile @@ -37,26 +37,19 @@ RUN apt-get update && \ autoconf-archive \ gnu-standards \ cmake \ - libunwind-dev \ - golang \ at \ autopkgtest \ gcc-multilib \ g++-multilib \ - libxkbcommon-dev \ libsqlite3-dev \ liblzma-dev \ - libgtk-3-dev \ zlib1g-dev \ libfreetype6-dev \ libegl1-mesa-dev \ libgles2-mesa-dev \ - libgbm-dev \ uuid-dev \ nvidia-cg-toolkit \ - nvidia-cg-dev \ libavcodec-dev \ - libsdl2-dev \ libsdl-image1.2-dev \ libxml2-dev \ yasm \ @@ -72,15 +65,12 @@ RUN apt-get update && \ zlib1g-dev \ libssl-dev \ libxslt-dev \ - libgd-dev \ libpcre3-dev \ libgeoip-dev \ libkrb5-dev \ libperl-dev \ krb5-user \ - luajit \ liblua5.1-0-dev \ - libmaxminddb-dev \ libpam0g-dev \ libldap2-dev \ libavformat-dev \ @@ -88,7 +78,6 @@ RUN apt-get update && \ libswscale-dev \ libavcodec-dev \ libz-dev \ - libhiredis-dev \ libzip-dev \ libcrypto++-dev \ libbz2-dev \ @@ -99,8 +88,6 @@ RUN apt-get update && \ libc6-dev \ make \ pkg-config \ - golang \ - golang-go \ python3-all-dev \ python-dev \ g++-multilib \ @@ -110,26 +97,6 @@ RUN apt-get update && \ gdb \ strace -################################################################## -# Rust compillers -################################################################## -RUN curl https://sh.rustup.rs -sSf | 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 /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 ################################################################## diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/main/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/main/Dockerfile index e134e675d..87b85b5c7 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/main/Dockerfile @@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive # perforce client binary ################################################################## ENV P4_VERSION=r22.1 -ENV P4_DOWNLOAD_URL=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64/p4 +ENV P4_DOWNLOAD_URL=http://filehost.perforce.com/perforce/${P4_VERSION}/bin.linux26x86_64/p4 ################################################################## # update lists @@ -25,19 +25,15 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio cmatrix-xfont \ cron \ curl \ -# clzip \ cvs \ dos2unix \ ffmpeg \ fontconfig \ git \ -# git-extras \ git-flow \ git-cvs \ git-doc \ git-email \ -# git-mediawiki \ -# git-ftp \ gnupg \ gnupg2 \ graphicsmagick \ @@ -46,10 +42,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio iftop \ iotop \ iperf \ -# iperf3 \ iputils-ping \ -# jq \ -# kmod \ libxml2-dev \ libxml2-utils \ lbzip2 \ @@ -71,17 +64,13 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio perl \ procps \ pbzip2 \ -# plzip \ p7zip-full \ p7zip-rar \ python3-all \ python-all \ python-pip \ -# python3-pip \ -# rclone \ rsync \ rar \ -# screenfetch \ smbclient \ subversion \ telnet \ @@ -97,17 +86,15 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio logrotate \ subversion-tools \ zip -# pev ################################################################## # installing fs-tools ################################################################## RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections && \ apt-get install -y --allow-unauthenticated \ - btrfs-progs \ + btrfs-tools \ exfat-utils \ e2fsprogs \ - f2fs-tools \ dosfstools \ hfsutils \ hfsprogs \ diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile index a33ed5132..f1a9bf03d 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile @@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive # perforce client binary ################################################################## ENV P4_VERSION=r22.1 -ENV P4_DOWNLOAD_URL=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64/p4 +ENV P4_DOWNLOAD_URL=http://filehost.perforce.com/perforce/${P4_VERSION}/bin.linux26x86_64/p4 ################################################################## # update lists diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/main/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/main/Dockerfile index ecab5ebcb..37de42fb9 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/main/Dockerfile @@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive # perforce client binary ################################################################## ENV P4_VERSION=r22.1 -ENV P4_DOWNLOAD_URL=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64/p4 +ENV P4_DOWNLOAD_URL=http://filehost.perforce.com/perforce/${P4_VERSION}/bin.linux26x86_64/p4 ################################################################## # update lists diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/main/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/main/Dockerfile index 25d8d28e4..fcd66eb4e 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/main/Dockerfile @@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive # perforce client binary ################################################################## ENV P4_VERSION=r22.1 -ENV P4_DOWNLOAD_URL=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64/p4 +ENV P4_DOWNLOAD_URL=https://filehost.perforce.com/perforce/${P4_VERSION}/bin.linux26x86_64/p4 ################################################################## # 7z official binary diff --git a/linux/ecosystem/epicmorg/debian/10-buster/main/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/main/Dockerfile index 182b1fb03..8afb03b28 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/main/Dockerfile @@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive # perforce client binary ################################################################## ENV P4_VERSION=r22.1 -ENV P4_DOWNLOAD_URL=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64/p4 +ENV P4_DOWNLOAD_URL=https://filehost.perforce.com/perforce/${P4_VERSION}/bin.linux26x86_64/p4 ################################################################## # 7z official binary diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/main/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/main/Dockerfile index 5ab2521e8..f49062a7b 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/main/Dockerfile @@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive # perforce client binary ################################################################## ENV P4_VERSION=r22.1 -ENV P4_DOWNLOAD_URL=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64/p4 +ENV P4_DOWNLOAD_URL=https://filehost.perforce.com/perforce/${P4_VERSION}/bin.linux26x86_64/p4 ################################################################## # 7z official binary