This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new f2790556020 [improve] Install coreutils in docker image to improve
compatibility (#23667)
f2790556020 is described below
commit f27905560207eb2ade32f8086b4585dffb918b80
Author: Lari Hotari <[email protected]>
AuthorDate: Mon Dec 2 17:21:32 2024 +0200
[improve] Install coreutils in docker image to improve compatibility
(#23667)
---
docker/pulsar/Dockerfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docker/pulsar/Dockerfile b/docker/pulsar/Dockerfile
index f8c22dc14a8..c8fc3a4d13c 100644
--- a/docker/pulsar/Dockerfile
+++ b/docker/pulsar/Dockerfile
@@ -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