diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/develop/Dockerfile index 7820a4ff6..e6dd0aa26 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/develop/Dockerfile @@ -97,7 +97,7 @@ RUN apt-get update && \ golang \ golang-go \ python3-all-dev \ - python-dev-all \ + python-dev \ g++-multilib \ autoconf \ automake \ diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/develop/Dockerfile index 53f77ed87..de5959634 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/develop/Dockerfile @@ -97,7 +97,7 @@ RUN apt-get update && \ golang \ golang-go \ python3-all-dev \ - python-dev-all \ + python-dev \ g++-multilib \ autoconf \ automake \ diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/main/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/main/Dockerfile index 148fed684..c09275d00 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/main/Dockerfile @@ -116,7 +116,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio # 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 35cb67a54..389fb3452 100644 --- a/linux/ecosystem/epicmorg/debian/10-buster/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/10-buster/develop/Dockerfile @@ -97,7 +97,7 @@ RUN apt-get update && \ pkg-config \ golang \ golang-go \ - python-dev-all \ + python-dev \ python3-all-dev \ g++-multilib \ autoconf \ diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/develop/Dockerfile index 2fb4b2cf4..c80dc14e7 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/develop/Dockerfile @@ -97,7 +97,7 @@ RUN apt-get update && \ pkg-config \ golang \ golang-go \ - python-dev-all \ + python-dev \ python3-all-dev \ g++-multilib \ autoconf \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/develop/Dockerfile index 9f46f7b80..dcfd3d63e 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/develop/Dockerfile @@ -97,7 +97,7 @@ RUN apt-get update && \ pkg-config \ golang \ golang-go \ - python-dev-all \ + python-dev \ python3-all-dev \ g++-multilib \ autoconf \ diff --git a/linux/ecosystem/epicmorg/python/develop/2.7/Dockerfile b/linux/ecosystem/epicmorg/python/develop/2.7/Dockerfile index 220d0931b..a0cdcb964 100644 --- a/linux/ecosystem/epicmorg/python/develop/2.7/Dockerfile +++ b/linux/ecosystem/epicmorg/python/develop/2.7/Dockerfile @@ -98,7 +98,7 @@ RUN apt-get update && \ pkg-config \ golang \ golang-go \ - python-dev-all \ + python-dev \ g++-multilib \ autoconf \ automake \ diff --git a/linux/ecosystem/epicmorg/python/develop/3.10/Dockerfile b/linux/ecosystem/epicmorg/python/develop/3.10/Dockerfile index 962e89e61..4b496fecb 100644 --- a/linux/ecosystem/epicmorg/python/develop/3.10/Dockerfile +++ b/linux/ecosystem/epicmorg/python/develop/3.10/Dockerfile @@ -100,7 +100,7 @@ RUN apt-get update && \ pkg-config \ golang \ golang-go \ - python-dev-all \ + python-dev \ python3-all-dev \ g++-multilib \ autoconf \ diff --git a/linux/ecosystem/epicmorg/python/develop/3.11/Dockerfile b/linux/ecosystem/epicmorg/python/develop/3.11/Dockerfile index d32b84936..cb4c036fd 100644 --- a/linux/ecosystem/epicmorg/python/develop/3.11/Dockerfile +++ b/linux/ecosystem/epicmorg/python/develop/3.11/Dockerfile @@ -100,7 +100,7 @@ RUN apt-get update && \ pkg-config \ golang \ golang-go \ - python-dev-all \ + python-dev \ python3-all-dev \ g++-multilib \ autoconf \ diff --git a/linux/ecosystem/epicmorg/python/develop/3.6/Dockerfile b/linux/ecosystem/epicmorg/python/develop/3.6/Dockerfile index 43ee33a43..d98edfc43 100644 --- a/linux/ecosystem/epicmorg/python/develop/3.6/Dockerfile +++ b/linux/ecosystem/epicmorg/python/develop/3.6/Dockerfile @@ -100,7 +100,7 @@ RUN apt-get update && \ pkg-config \ golang \ golang-go \ - python-dev-all \ + python-dev \ python3-all-dev \ g++-multilib \ autoconf \ diff --git a/linux/ecosystem/epicmorg/python/develop/3.7/Dockerfile b/linux/ecosystem/epicmorg/python/develop/3.7/Dockerfile index c215fb94a..dddc0d79f 100644 --- a/linux/ecosystem/epicmorg/python/develop/3.7/Dockerfile +++ b/linux/ecosystem/epicmorg/python/develop/3.7/Dockerfile @@ -100,7 +100,7 @@ RUN apt-get update && \ pkg-config \ golang \ golang-go \ - python-dev-all \ + python-dev \ python3-all-dev \ g++-multilib \ autoconf \ diff --git a/linux/ecosystem/epicmorg/python/develop/3.8/Dockerfile b/linux/ecosystem/epicmorg/python/develop/3.8/Dockerfile index 7e86a037f..2ae0b8e57 100644 --- a/linux/ecosystem/epicmorg/python/develop/3.8/Dockerfile +++ b/linux/ecosystem/epicmorg/python/develop/3.8/Dockerfile @@ -100,7 +100,7 @@ RUN apt-get update && \ pkg-config \ golang \ golang-go \ - python-dev-all \ + python-dev \ python3-all-dev \ g++-multilib \ autoconf \ diff --git a/linux/ecosystem/epicmorg/python/develop/3.9/Dockerfile b/linux/ecosystem/epicmorg/python/develop/3.9/Dockerfile index 6761e7308..35fd93d83 100644 --- a/linux/ecosystem/epicmorg/python/develop/3.9/Dockerfile +++ b/linux/ecosystem/epicmorg/python/develop/3.9/Dockerfile @@ -100,7 +100,7 @@ RUN apt-get update && \ pkg-config \ golang \ golang-go \ - python-dev-all \ + python-dev \ python3-all-dev \ g++-multilib \ autoconf \ diff --git a/linux/ecosystem/epicmorg/python/main/3.10/Dockerfile b/linux/ecosystem/epicmorg/python/main/3.10/Dockerfile index 5f12cd92c..7f572908c 100644 --- a/linux/ecosystem/epicmorg/python/main/3.10/Dockerfile +++ b/linux/ecosystem/epicmorg/python/main/3.10/Dockerfile @@ -157,7 +157,6 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio aptitude \ sudo \ cvs \ - python-pip \ python3-pip \ python3-all \ python-all \ diff --git a/linux/ecosystem/epicmorg/python/main/3.11/Dockerfile b/linux/ecosystem/epicmorg/python/main/3.11/Dockerfile index 24315918c..99f348ac7 100644 --- a/linux/ecosystem/epicmorg/python/main/3.11/Dockerfile +++ b/linux/ecosystem/epicmorg/python/main/3.11/Dockerfile @@ -148,7 +148,6 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio aptitude \ sudo \ cvs \ - python-pip \ python3-pip \ python3-all \ python-all \ diff --git a/linux/ecosystem/epicmorg/python/main/3.6/Dockerfile b/linux/ecosystem/epicmorg/python/main/3.6/Dockerfile index 739d83091..8dc232a0f 100644 --- a/linux/ecosystem/epicmorg/python/main/3.6/Dockerfile +++ b/linux/ecosystem/epicmorg/python/main/3.6/Dockerfile @@ -148,7 +148,6 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio aptitude \ sudo \ cvs \ - python-pip \ python3-pip \ python3-all \ python-all \ diff --git a/linux/ecosystem/epicmorg/python/main/3.7/Dockerfile b/linux/ecosystem/epicmorg/python/main/3.7/Dockerfile index 712323cd8..509c12710 100644 --- a/linux/ecosystem/epicmorg/python/main/3.7/Dockerfile +++ b/linux/ecosystem/epicmorg/python/main/3.7/Dockerfile @@ -148,7 +148,6 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio aptitude \ sudo \ cvs \ - python-pip \ python3-pip \ python3-all \ python-all \ diff --git a/linux/ecosystem/epicmorg/python/main/3.8/Dockerfile b/linux/ecosystem/epicmorg/python/main/3.8/Dockerfile index 9b68794b7..e28fe94e7 100644 --- a/linux/ecosystem/epicmorg/python/main/3.8/Dockerfile +++ b/linux/ecosystem/epicmorg/python/main/3.8/Dockerfile @@ -148,7 +148,6 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio aptitude \ sudo \ cvs \ - python-pip \ python3-pip \ python3-all \ python-all \ diff --git a/linux/ecosystem/epicmorg/python/main/3.9/Dockerfile b/linux/ecosystem/epicmorg/python/main/3.9/Dockerfile index f843bbe28..c7f7f06eb 100644 --- a/linux/ecosystem/epicmorg/python/main/3.9/Dockerfile +++ b/linux/ecosystem/epicmorg/python/main/3.9/Dockerfile @@ -148,7 +148,6 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio aptitude \ sudo \ cvs \ - python-pip \ python3-pip \ python3-all \ python-all \