Skip to content

Commit

Permalink
Fix issue not available mvnd 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgubaidullin committed Oct 12, 2022
1 parent 597f4c6 commit f04117d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karavan-cloud/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ADD https://dist.apache.org/repos/dist/release/maven/mvnd/0.8.2/maven-mvnd-0.8.2
RUN mkdir /opt/mvnd && \
apt-get update -y && apt-get install unzip git -y && apt-get clean && \
unzip maven-mvnd-0.8.2-linux-amd64.zip && \
mv mvnd-0.8.2-linux-amd64/* /opt/mvnd
mv maven-mvnd-0.8.2-linux-amd64/* /opt/mvnd

WORKDIR /scripts
ENTRYPOINT ["entrypoint", "-Dcamel.jbang.version=3.18.2", "camel@apache/camel"]

0 comments on commit f04117d

Please sign in to comment.