Repository: aurora-packaging
Updated Branches:
  refs/heads/0.18.x 102b98ce9 -> 74efd813e


Add ca-certificates-java to ubuntu-trusty Dockerfile

When building Aurora 0.17 and 0.18 debs I had an error because there were no
ca-certificates. Adding the ca-certificates-java to the apt-get step in the
Dockerfile fixes this for both 0.17 and 0.18

Reviewed at https://reviews.apache.org/r/62220/


Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo
Commit: http://git-wip-us.apache.org/repos/asf/aurora-packaging/commit/74efd813
Tree: http://git-wip-us.apache.org/repos/asf/aurora-packaging/tree/74efd813
Diff: http://git-wip-us.apache.org/repos/asf/aurora-packaging/diff/74efd813

Branch: refs/heads/0.18.x
Commit: 74efd813eb94eb3da0323b0b78d34efc6aeac6a5
Parents: 102b98c
Author: Nicolás Donatucci <ndonatu...@medallia.com>
Authored: Tue Sep 19 23:32:59 2017 +0200
Committer: Stephan Erb <s...@apache.org>
Committed: Thu Sep 21 23:38:42 2017 +0200

----------------------------------------------------------------------
 builder/deb/ubuntu-trusty/Dockerfile | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/74efd813/builder/deb/ubuntu-trusty/Dockerfile
----------------------------------------------------------------------
diff --git a/builder/deb/ubuntu-trusty/Dockerfile 
b/builder/deb/ubuntu-trusty/Dockerfile
index 7712549..595196a 100644
--- a/builder/deb/ubuntu-trusty/Dockerfile
+++ b/builder/deb/ubuntu-trusty/Dockerfile
@@ -18,6 +18,7 @@ ENV DEBIAN_FRONTEND noninteractive
 
 RUN apt-get update && apt-get -y install \
   bison \
+  ca-certificates-java \
   debhelper \
   dh-systemd \
   devscripts \

Reply via email to