Skip to content

Commit

Permalink
Update Dockerfile switch to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
seunAdeks authored Oct 30, 2024
1 parent 692ec1a commit 0bfe55d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ RUN conda update --all --quiet -y && \
RUN mkdir -p /home/coder/project

ENV PATH="$PATH:/home/.yarn/bin"
RUN yarn add @rmlio/yarrrml-parser
#RUN yarn add @rmlio/yarrrml-parser
RUN npm i -g @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 0bfe55d

Please sign in to comment.