Skip to content

Commit 3d0401f

Browse files
committed
Fixed netcat package name for Debian 12 (Bookworm)
1 parent 42fc724 commit 3d0401f

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

python-3.10-bookworm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends \
3737
apt-utils apt-transport-https \
3838
ca-certificates locales locales-all tzdata sudo \
3939
zip unzip gzip bzip2 xz-utils tar p7zip-full \
40-
curl wget netcat net-tools aptitude
40+
curl wget netcat-traditional net-tools aptitude
4141

4242
# Generate the locales
4343
RUN locale-gen $LANG && \

python-3.11-bookworm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends \
3737
apt-utils apt-transport-https \
3838
ca-certificates locales locales-all tzdata sudo \
3939
zip unzip gzip bzip2 xz-utils tar p7zip-full \
40-
curl wget netcat net-tools aptitude
40+
curl wget netcat-traditional net-tools aptitude
4141

4242
# Generate the locales
4343
RUN locale-gen $LANG && \

python-3.12-bookworm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends \
3737
apt-utils apt-transport-https \
3838
ca-certificates locales locales-all tzdata sudo \
3939
zip unzip gzip bzip2 xz-utils tar p7zip-full \
40-
curl wget netcat net-tools aptitude
40+
curl wget netcat-traditional net-tools aptitude
4141

4242
# Generate the locales
4343
RUN locale-gen $LANG && \

python-3.8-bookworm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends \
3737
apt-utils apt-transport-https \
3838
ca-certificates locales locales-all tzdata sudo \
3939
zip unzip gzip bzip2 xz-utils tar p7zip-full \
40-
curl wget netcat net-tools aptitude
40+
curl wget netcat-traditional net-tools aptitude
4141

4242
# Generate the locales
4343
RUN locale-gen $LANG && \

python-3.9-bookworm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends \
3737
apt-utils apt-transport-https \
3838
ca-certificates locales locales-all tzdata sudo \
3939
zip unzip gzip bzip2 xz-utils tar p7zip-full \
40-
curl wget netcat net-tools aptitude
40+
curl wget netcat-traditional net-tools aptitude
4141

4242
# Generate the locales
4343
RUN locale-gen $LANG && \

0 commit comments

Comments
 (0)