Skip to content

Commit

Permalink
dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hansidm committed Oct 16, 2024
1 parent 1ebe4b1 commit 3fd5d71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docker/Dockerfile-data
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

FROM eclipse-temurin:21-jre-alpine

RUN apk add --no-cache --upgrade bash

COPY . /POEM
WORKDIR /POEM/rcads

Expand Down
2 changes: 1 addition & 1 deletion rcads/generate.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/ash
#!/bin/sh

echo "Generating RDF files from RML mappings..."
echo "Instruments..."
Expand Down

0 comments on commit 3fd5d71

Please sign in to comment.