From cebdccb20b6aad3eac79ea10a9bff80e4122123c Mon Sep 17 00:00:00 2001 From: Anatolii Zimovskii Date: Thu, 2 Jun 2022 16:17:43 +0300 Subject: [PATCH] new packages --- .../epicmorg/debian/08-jessie/develop/Dockerfile | 11 ++++++++++- .../epicmorg/debian/08-jessie/main/Dockerfile | 11 +++++++++++ .../epicmorg/debian/09-stretch/develop/Dockerfile | 10 +++++++++- .../epicmorg/debian/09-stretch/main/Dockerfile | 15 +++++++++++++-- .../epicmorg/debian/10-buster/develop/Dockerfile | 10 +++++++++- .../epicmorg/debian/10-buster/main/Dockerfile | 14 +++++++++++++- .../debian/11-bullseye/develop/Dockerfile | 10 +++++++++- .../epicmorg/debian/11-bullseye/main/Dockerfile | 13 ++++++++++++- .../debian/12-bookworm/develop/Dockerfile | 10 +++++++++- .../epicmorg/debian/12-bookworm/main/Dockerfile | 13 ++++++++++++- 10 files changed, 107 insertions(+), 10 deletions(-) diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/develop/Dockerfile index 953839fa2..7820a4ff6 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/develop/Dockerfile @@ -95,7 +95,16 @@ RUN apt-get update && \ make \ pkg-config \ golang \ - golang-go + golang-go \ + python3-all-dev \ + python-dev-all \ + g++-multilib \ + autoconf \ + automake \ + libtool \ + gdb \ + strace + ################################################################## # GO compillers diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/main/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/main/Dockerfile index da1401a44..e1b18cfe7 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/main/Dockerfile @@ -19,12 +19,14 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio ################################################################## RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections && \ apt-get install -y --allow-unauthenticated \ + acl \ bzip2 \ cmatrix \ cmatrix-xfont \ cron \ curl \ clzip \ + cvs \ dos2unix \ ffmpeg \ fontconfig \ @@ -72,6 +74,11 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio plzip \ p7zip-full \ p7zip-rar \ + python3-all \ + python-all \ + python-pip \ + python3-pip \ +# rclone \ rsync \ rar \ screenfetch \ @@ -85,6 +92,10 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio unrar \ xz-utils \ wget \ + aptitude \ + sudo \ + logrotate \ + subversion-tools \ zip ################################################################## diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/develop/Dockerfile index 0b9b1e82b..53f77ed87 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/develop/Dockerfile @@ -95,7 +95,15 @@ RUN apt-get update && \ make \ pkg-config \ golang \ - golang-go + golang-go \ + python3-all-dev \ + python-dev-all \ + g++-multilib \ + autoconf \ + automake \ + libtool \ + gdb \ + strace ################################################################## # GO compillers diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/main/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/main/Dockerfile index d9e16bcac..148fed684 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/main/Dockerfile @@ -99,13 +99,24 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio xz-utils \ wget \ zip \ - libzip4 + libzip4 \ + acl \ + aptitude \ + sudo \ + cvs \ + python-pip \ + python3-pip \ + python3-all \ + python-all \ + rclone \ + logrotate \ + subversion-tools ################################################################## # installing fs-tools ################################################################## RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections && \ - apt-get install -y --allow-unauthenticated \ + apt-+get install -y --allow-unauthenticated \ btrfs-progs \ exfat-utils \ e2fsprogs \ diff --git a/linux/ecosystem/epicmorg/debian/10-buster/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/develop/Dockerfile index 81820db8f..35cb67a54 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/develop/Dockerfile @@ -96,7 +96,15 @@ RUN apt-get update && \ make \ pkg-config \ golang \ - golang-go + golang-go \ + python-dev-all \ + python3-all-dev \ + g++-multilib \ + autoconf \ + automake \ + libtool \ + gdb \ + strace ################################################################## # GO compillers diff --git a/linux/ecosystem/epicmorg/debian/10-buster/main/Dockerfile b/linux/ecosystem/epicmorg/debian/10-buster/main/Dockerfile index cf9cdf844..dafcb71a6 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/main/Dockerfile @@ -100,7 +100,19 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio wget \ zip \ tini \ - libzip4 + libzip4 \ + acl \ + aptitude \ + sudo \ + cvs \ + python-pip \ + python3-pip \ + python3-all \ + python-all \ + rclone \ + logrotate \ + subversion-tools + ################################################################## # installing fs-tools diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/develop/Dockerfile index b7fafa876..2fb4b2cf4 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/develop/Dockerfile @@ -96,7 +96,15 @@ RUN apt-get update && \ make \ pkg-config \ golang \ - golang-go + golang-go \ + python-dev-all \ + python3-all-dev \ + g++-multilib \ + autoconf \ + automake \ + libtool \ + gdb \ + strace ################################################################## # GO compillers diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/main/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/main/Dockerfile index 6a0b35e2c..2986a3d75 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/main/Dockerfile @@ -100,7 +100,18 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio wget \ zip \ tini \ - libzip4 + libzip4 \ + acl \ + aptitude \ + sudo \ + cvs \ + python-pip \ + python3-pip \ + python3-all \ + python-all \ + rclone \ + logrotate \ + subversion-tools ################################################################## # installing fs-tools diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/develop/Dockerfile index 04778f934..9f46f7b80 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/develop/Dockerfile @@ -96,7 +96,15 @@ RUN apt-get update && \ make \ pkg-config \ golang \ - golang-go + golang-go \ + python-dev-all \ + python3-all-dev \ + g++-multilib \ + autoconf \ + automake \ + libtool \ + gdb \ + strace ################################################################## # GO compillers diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/main/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/main/Dockerfile index 38483d489..fe23d21db 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/main/Dockerfile @@ -100,7 +100,18 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio wget \ zip \ tini \ - libzip4 + libzip4 \ + acl \ + aptitude \ + sudo \ + cvs \ + python-pip \ + python3-pip \ + python3-all \ + python-all \ + rclone \ + logrotate \ + subversion-tools ################################################################## # installing fs-tools