Skip to content

Commit

Permalink
[improve] Install openssl in the docker image to fix compatibility wi…
Browse files Browse the repository at this point in the history
…th Apache Pulsar Helm chart (#23362)

(cherry picked from commit 7e59bde)
  • Loading branch information
lhotari committed Oct 4, 2024
1 parent 57304ed commit bc578e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/pulsar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ RUN apk add --no-cache \
ca-certificates \
procps \
curl \
bind-tools
bind-tools \
openssl

# Upgrade all packages to get latest versions with security fixes
RUN apk upgrade --no-cache
Expand Down

0 comments on commit bc578e0

Please # to comment.