Skip to content

Commit

Permalink
Merge pull request #7 from cron-eu/netcat-update
Browse files Browse the repository at this point in the history
Use netcat-traditional, we are now using Debian Bookworm
  • Loading branch information
baschny authored Feb 29, 2024
2 parents 6d533f6 + 72d0a83 commit 7331852
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 7331852

Please sign in to comment.