Skip to content

Commit

Permalink
fix(container): restore openssl to alpine image (#1596)
Browse files Browse the repository at this point in the history
removed by 43dfc67

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 <david.byron@avast.com>
  • Loading branch information
dbyron0 and Byron David committed Apr 3, 2020
1 parent 813fb91 commit ed489c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.local
Expand Up @@ -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}
Expand Down

0 comments on commit ed489c7

Please sign in to comment.