Skip to content

Commit

Permalink
Update Dockerfile yarn global has been discontinued
Browse files Browse the repository at this point in the history
seunAdeks authored Oct 30, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent d091b81 commit 6044115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@ RUN conda update --all --quiet -y && \
RUN mkdir -p /home/coder/project

ENV PATH="$PATH:/home/.yarn/bin"
RUN yarn global add @rmlio/yarrrml-parser
RUN yarn dlx add @rmlio/yarrrml-parser

# Download latest RML mapper in /opt/rmlmapper.jar
RUN curl -s https://api.github.com/repos/RMLio/rmlmapper-java/releases/latest \

0 comments on commit 6044115

Please sign in to comment.