Skip to content

Commit

Permalink
Update Dockerfile drop dlx try just add
Browse files Browse the repository at this point in the history
  • Loading branch information
seunAdeks authored Oct 30, 2024
1 parent 295092f commit 692ec1a
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
Expand Up @@ -56,7 +56,7 @@ RUN conda update --all --quiet -y && \
RUN mkdir -p /home/coder/project

ENV PATH="$PATH:/home/.yarn/bin"
RUN yarn dlx add @rmlio/yarrrml-parser && yarn yarrrml-parser
RUN yarn 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 \
Expand Down

0 comments on commit 692ec1a

Please sign in to comment.