This is an automated email from the ASF dual-hosted git repository.
jstastnycz pushed a commit to branch kie-issues_747
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git
The following commit(s) were added to refs/heads/kie-issues_747 by this push:
new 92adc7b3 fix the bash commands
92adc7b3 is described below
commit 92adc7b30d1fb7736c9fe75ee808dc05216f4d5a
Author: jstastny-cz <[email protected]>
AuthorDate: Thu Dec 7 14:56:11 2023 +0100
fix the bash commands
---
apache-nodes/Dockerfile.kogito-ci-build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/apache-nodes/Dockerfile.kogito-ci-build
b/apache-nodes/Dockerfile.kogito-ci-build
index 4fcfea5c..cf9eddd0 100644
--- a/apache-nodes/Dockerfile.kogito-ci-build
+++ b/apache-nodes/Dockerfile.kogito-ci-build
@@ -167,8 +167,8 @@ USER nonrootuser
RUN echo "source wait-for-docker.sh" >> ~/.bashrc
# Use bash as default instead of dash (BEGIN)
-RUN echo "dash dash/sh boolean false" | debconf-set-selections
-RUN DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash
+RUN sudo bash -c "echo \"dash dash/sh boolean false\" | debconf-set-selections"
+RUN sudo bash -c "DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash"
# Use bash as default instead of dash (END)
ENTRYPOINT ["entrypoint.sh"]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]