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/08/10 16:04:13 UTC

[camel-karavan] 02/02: DevMode with git #855

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

commit 74238adc452cfdd34c4a5a111a0b65eb5bf4b678
Author: Marat Gubaidullin <ma...@gmail.com>
AuthorDate: Thu Aug 10 12:03:57 2023 -0400

    DevMode with git #855
---
 karavan-web/docker/Dockerfile.devmode | 1 +
 1 file changed, 1 insertion(+)

diff --git a/karavan-web/docker/Dockerfile.devmode b/karavan-web/docker/Dockerfile.devmode
index e6137741..452d9de2 100644
--- a/karavan-web/docker/Dockerfile.devmode
+++ b/karavan-web/docker/Dockerfile.devmode
@@ -17,6 +17,7 @@ ENV CODE_DIR="/scripts/code"
 ENV PATH="${PATH}:$KARAVAN/.jbang/bin"
 
 RUN curl -Ls https://sh.jbang.dev | bash -s - app setup \
+    && apk update && apk add git \
     && mkdir -p $CODE_DIR \
     && mkdir -p $KAMELETS_DIR \
     && jbang trust add  --quiet  https://github.com/apache/camel \