Skip to content

Commit

Permalink
Install which
Browse files Browse the repository at this point in the history
  • Loading branch information
frafra committed Sep 20, 2023
1 parent 883c184 commit e62e018
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ RUN --mount=type=cache,target=/root/.npm \
npm install

FROM registry.opensuse.org/opensuse/bci/openjdk:latest
RUN zypper --non-interactive install gettext-tools
# which is needed as command by old versions:
# - https://github.com/OpenRefine/OpenRefine/pull/5332
RUN zypper --non-interactive install gettext-tools which
WORKDIR /opt/openrefine
COPY --from=backend /opt/openrefine/server server/
COPY --from=backend /opt/openrefine/main main/
Expand Down

0 comments on commit e62e018

Please sign in to comment.