From 22abfca4aa039f191e6b0894cf8dd14cf382ce0a Mon Sep 17 00:00:00 2001 From: Marques Lee Date: Fri, 29 Mar 2019 16:25:49 -0700 Subject: [PATCH] Force install `nss` to get `libnss3.so` onto alpine images to fix broken openjdk8 packages --- Rakefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Rakefile b/Rakefile index 653c8e4..1da1c30 100644 --- a/Rakefile +++ b/Rakefile @@ -113,7 +113,7 @@ agents = [ ], before_install: [ 'apk --no-cache upgrade', - 'apk add --no-cache openjdk8-jre-base git mercurial subversion openssh-client bash curl' + 'apk add --no-cache nss openjdk8-jre-base git mercurial subversion openssh-client bash curl' ] }, { @@ -128,7 +128,7 @@ agents = [ ], before_install: [ 'apk --no-cache upgrade', - 'apk add --no-cache openjdk8-jre-base git mercurial subversion openssh-client bash curl' + 'apk add --no-cache nss openjdk8-jre-base git mercurial subversion openssh-client bash curl' ] }, { @@ -143,7 +143,7 @@ agents = [ ], before_install: [ 'apk --no-cache upgrade', - 'apk add --no-cache openjdk8-jre-base git mercurial subversion openssh-client bash curl' + 'apk add --no-cache nss openjdk8-jre-base git mercurial subversion openssh-client bash curl' ] }, { @@ -158,7 +158,7 @@ agents = [ ], before_install: [ 'apk --no-cache upgrade', - 'apk add --no-cache openjdk8-jre-base git mercurial subversion openssh-client bash curl' + 'apk add --no-cache nss openjdk8-jre-base git mercurial subversion openssh-client bash curl' ] }, { @@ -176,7 +176,7 @@ agents = [ ], before_install: [ 'apk --no-cache upgrade', - 'apk add --no-cache openjdk8-jre-base git mercurial subversion openssh-client bash curl' + 'apk add --no-cache nss openjdk8-jre-base git mercurial subversion openssh-client bash curl' ], setup_commands: [ 'sh -c "$(which dind) dockerd --host=unix:///var/run/docker.sock --host=tcp://0.0.0.0:2375" > /usr/local/bin/nohup.out 2>&1 &'