This is an automated email from the ASF dual-hosted git repository.

mjumper pushed a commit to branch staging/1.1.0
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git


The following commit(s) were added to refs/heads/staging/1.1.0 by this push:
     new 1300b64  GUACAMOLE-694: Add ca-certificates packages as runtime 
dependency.
     new 3989c40  GUACAMOLE-694: Merge addition of "ca-certificates" dependency 
for Docker image.
1300b64 is described below

commit 1300b64bb94a50e6926c987a6eb8086be12a0df0
Author: Nick Couchman <vn...@apache.org>
AuthorDate: Fri Feb 22 04:59:09 2019 -0500

    GUACAMOLE-694: Add ca-certificates packages as runtime dependency.
---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index d903c4a..f5f7a42 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -90,6 +90,7 @@ ENV LD_LIBRARY_PATH=${PREFIX_DIR}/lib
 ENV GUACD_LOG_LEVEL=info
 
 ARG RUNTIME_DEPENDENCIES="            \
+        ca-certificates               \
         ghostscript                   \
         libfreerdp-plugins-standard   \
         fonts-liberation              \

Reply via email to