We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b59173 commit 4de0cafCopy full SHA for 4de0caf
httpd/Dockerfile
@@ -8,8 +8,12 @@ ENV SVN_BZ2_SHA1 0999f5e16b146f824b952a5552826b9cb5c47b13
8
9
ENV DEBIAN_FRONTEND noninteractive
10
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
+
14
RUN depsRuntime=" \
15
libsqlite3-0 \
16
+ ca-certificates=$CA_CERTIFICATES_VERSION \
17
curl \
18
libserf-1-1 \
19
" \
0 commit comments