Skip to content

Commit c13dd55

Browse files
committed
Removes ca-certificates runtime deps as it doesn't help neither curl nor svn
possibly because of custom openssl version This reverts commit 4de0caf.
1 parent 1aa3ed4 commit c13dd55

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

httpd/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,8 @@ ENV SVN_BZ2_SHA1 0999f5e16b146f824b952a5552826b9cb5c47b13
88

99
ENV DEBIAN_FRONTEND noninteractive
1010

11-
# we have the stretch package repo from upstream, so let's use https://packages.debian.org/stretch/ca-certificates
12-
ENV CA_CERTIFICATES_VERSION 20161130
13-
1411
RUN depsRuntime=" \
1512
libsqlite3-0 \
16-
ca-certificates=$CA_CERTIFICATES_VERSION \
1713
curl \
1814
libserf-1-1 \
1915
" \

0 commit comments

Comments
 (0)