From ed489c78a6d3545d04027d61d8dcfabf56d27307 Mon Sep 17 00:00:00 2001 From: David Byron Date: Fri, 3 Apr 2020 14:47:08 -0700 Subject: [PATCH] fix(container): restore openssl to alpine image (#1596) removed by https://github.com/spinnaker/halyard/commit/43dfc6744ea6dbe6fd65cb349a53696d96329dae In addition to putting back something that was there previously, openssl is in the ubuntu container, so let's have it here as well. Co-authored-by: Byron David --- Dockerfile.local | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.local b/Dockerfile.local index fc9e3d3ce3..1a757c1823 100644 --- a/Dockerfile.local +++ b/Dockerfile.local @@ -10,6 +10,7 @@ RUN apk --no-cache add --update \ bash \ curl \ openjdk8-jre \ + openssl \ py-pip \ python RUN pip install --upgrade awscli==${AWS_CLI_VERSION}