Skip to content

Commit 4de0caf

Browse files
committed
Installs the most recent ca-certificates (into /etc/ssl/certs) but curl and svn still fails
1 parent 6b59173 commit 4de0caf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

httpd/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ 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+
1114
RUN depsRuntime=" \
1215
libsqlite3-0 \
16+
ca-certificates=$CA_CERTIFICATES_VERSION \
1317
curl \
1418
libserf-1-1 \
1519
" \

0 commit comments

Comments
 (0)