Skip to content

Commit

Permalink
Merge pull request #221 from okp4/feat/ruby-rdf-3.3.1
Browse files Browse the repository at this point in the history
feat(ruby-rdf): add ruby-rdf v3.3.1
  • Loading branch information
ccamel authored Nov 24, 2023
2 parents c2b12e8 + d736501 commit 316d92e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions dockerfiles/ruby-rdf/3.3.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
FROM ruby:3.2.2-alpine3.18

RUN gem install \
rdf:3.3.1 \
rdf-turtle:3.3.0 \
rdf-n3:3.3.0 \
rdf-json:3.3.0 \
rdf-rdfxml:3.3.0 \
json-ld:3.3.0 \
sparql:3.3.0


ENTRYPOINT ["rdf"]

0 comments on commit 316d92e

Please sign in to comment.