Skip to content

Commit

Permalink
[improve] Install coreutils in docker image to improve compatibility (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari authored Dec 2, 2024
1 parent 4603722 commit f279055
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 \
procps \
curl \
bind-tools \
openssl
openssl \
coreutils

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

0 comments on commit f279055

Please sign in to comment.