Skip to content

Commit 7331852

Browse files
authored
Merge pull request #7 from cron-eu/netcat-update
Use netcat-traditional, we are now using Debian Bookworm
2 parents 6d533f6 + 72d0a83 commit 7331852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM httpd:2.4
33

44
# We will need openssl tool for the entrypoint
5-
RUN apt-get -qq update && apt-get -q install -y openssl netcat && rm -rf /var/lib/apt/lists/*
5+
RUN apt-get -qq update && apt-get -q install -y openssl netcat-traditional && rm -rf /var/lib/apt/lists/*
66

77
# Prepare our apache configuration
88
RUN rm /usr/local/apache2/conf/extra/httpd-vhosts.conf /usr/local/apache2/conf/original/extra/httpd-ssl.conf

0 commit comments

Comments
 (0)