You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ma...@apache.org on 2023/09/16 15:53:35 UTC

[camel-karavan] branch main updated: Prepare to work in Openshift for #885

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

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


The following commit(s) were added to refs/heads/main by this push:
     new 65e4536e Prepare to work in Openshift for #885
65e4536e is described below

commit 65e4536ebd5ccee23189c21de742d125dc2560cc
Author: Marat Gubaidullin <ma...@talismancloud.io>
AuthorDate: Sat Sep 16 11:53:28 2023 -0400

    Prepare to work in Openshift for #885
---
 karavan-web/docker/Dockerfile.devmode | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/karavan-web/docker/Dockerfile.devmode b/karavan-web/docker/Dockerfile.devmode
index 0baa9a52..6489a4d8 100644
--- a/karavan-web/docker/Dockerfile.devmode
+++ b/karavan-web/docker/Dockerfile.devmode
@@ -19,7 +19,7 @@ ENV CODE_DIR="/code"
 ENV PATH="${PATH}:$KARAVAN/.jbang/bin"
 
 RUN curl -Ls https://sh.jbang.dev | bash -s - app setup \
-    && apk update && apk add git \
+    && apt-get update && apt-get install git \
     && mkdir -p $CODE_DIR \
     && mkdir -p $BUILDER_PATH \
     && jbang trust add  --quiet  https://github.com/apache/camel \