Skip to content

Commit

Permalink
Remove cert
Browse files Browse the repository at this point in the history
  • Loading branch information
JoepdeJong committed Aug 13, 2023
1 parent e604e47 commit 483b652
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ LABEL stage=builder
COPY src/000-default.conf /etc/apache2/sites-available/000-default.conf
COPY src/dokuwiki.conf /etc/apache2/conf-enabled/dokuwiki.conf

ADD https://ch.tudelft.nl/certs/wisvch.crt /usr/local/share/ca-certificates/wisvch.crt
RUN chmod 0644 /usr/local/share/ca-certificates/wisvch.crt && \
update-ca-certificates

RUN apt-get update && \
apt-get install -y --no-install-recommends wget libxml2-dev unzip && \
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && \
Expand Down

0 comments on commit 483b652

Please sign in to comment.