Repository: aurora-packaging Updated Branches: refs/heads/master b92684b7f -> 46223a1b9
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/46223a1b Tree: http://git-wip-us.apache.org/repos/asf/aurora-packaging/tree/46223a1b Diff: http://git-wip-us.apache.org/repos/asf/aurora-packaging/diff/46223a1b Branch: refs/heads/master Commit: 46223a1b955bb11a3172bfb1e6c885ba30dfacde Parents: b92684b Author: Nicolás Donatucci <[email protected]> Authored: Tue Sep 19 23:32:59 2017 +0200 Committer: Stephan Erb <[email protected]> Committed: Tue Sep 19 23:32:59 2017 +0200 ---------------------------------------------------------------------- builder/deb/ubuntu-trusty/Dockerfile | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/46223a1b/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 \
