Skip to content

Commit

Permalink
Remove expired DST Root CA X3 certificate in epicbox-r image
Browse files Browse the repository at this point in the history
  • Loading branch information
andrvb committed Oct 5, 2021
1 parent 1512058 commit 8ae4a8f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions epicbox-r/Dockerfile.3.4.2.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM stepik/epicbox-r:3.4.2

# Remove expired DST Root CA X3 certificate
RUN sed -i "s/mozilla\/DST_Root_CA_X3.crt/!mozilla\/DST_Root_CA_X3.crt/g" /etc/ca-certificates.conf \
&& update-ca-certificates

0 comments on commit 8ae4a8f

Please sign in to comment.