You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by vo...@apache.org on 2022/09/09 15:53:33 UTC

[druid] branch 24.0.0 updated: Install bash-static in docker image (#13063)

This is an automated email from the ASF dual-hosted git repository.

vogievetsky pushed a commit to branch 24.0.0
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/24.0.0 by this push:
     new 618098a1ea Install bash-static in docker image (#13063)
618098a1ea is described below

commit 618098a1ea19d23bad8b0b10fcdf25b5c4bf1227
Author: Kashif Faraz <ka...@gmail.com>
AuthorDate: Fri Sep 9 21:23:26 2022 +0530

    Install bash-static in docker image (#13063)
---
 distribution/docker/Dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/distribution/docker/Dockerfile b/distribution/docker/Dockerfile
index 69867d158f..eef74b4be0 100644
--- a/distribution/docker/Dockerfile
+++ b/distribution/docker/Dockerfile
@@ -50,6 +50,8 @@ LABEL maintainer="Apache Druid Developers <de...@druid.apache.org>"
 
 COPY --from=busybox /bin/busybox /busybox/busybox
 RUN ["/busybox/busybox", "--install", "/bin"]
+RUN wget https://github.com/robxu9/bash-static/releases/download/5.1.016-1.2.3/bash-linux-x86_64 -O /bin/bash \
+ && chmod 755 /bin/bash
 
 RUN addgroup -S -g 1000 druid \
  && adduser -S -u 1000 -D -H -h /opt/druid -s /bin/sh -g '' -G druid druid


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org