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)
  • Loading branch information
lhotari authored Sep 29, 2024
1 parent f071a89 commit 7e59bde
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 @@ -92,7 +92,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 7e59bde

Please sign in to comment.