Skip to content

Commit

Permalink
fix schema-fetcher build
Browse files Browse the repository at this point in the history
  • Loading branch information
yosuke committed Jun 30, 2024
1 parent 758b14f commit 8a52328
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN apt update && \
apt install -y git && \
git clone --depth=1 https://github.com/mfalaize/schema-fetcher.git && \
cd schema-fetcher && \
sed -i 's|>1.7<|>1.8<|g' pom.xml && \
mvn install

# fetch XSD file for package.xml
Expand Down

0 comments on commit 8a52328

Please sign in to comment.