Skip to content

Commit

Permalink
Use netcat-traditional, we are now using Debian Bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
baschny committed Feb 29, 2024
1 parent 6d533f6 commit 72d0a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM httpd:2.4

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

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

0 comments on commit 72d0a83

Please sign in to comment.