Skip to content

Commit

Permalink
Remove CH CA certificate from image (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
praseodym authored Aug 13, 2023
1 parent 7b949fc commit 9719b65
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ FROM wordpress:php8.2-apache
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
curl cron nano sendmail-bin sendmail rsyslog

# Install CH CA certificate
RUN curl -so /etc/ssl/certs/wisvch.crt https://ch.tudelft.nl/certs/wisvch.crt && \
chmod 644 /etc/ssl/certs/wisvch.crt && \
update-ca-certificates

# Download and install WP-CLI
RUN curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar && \
chmod +x wp-cli.phar && \
Expand Down

0 comments on commit 9719b65

Please sign in to comment.