Skip to content

Commit

Permalink
Gotta ship pandoc for linked libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Apr 26, 2024
1 parent 3dfe141 commit eebac07
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-images/pandoc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
ARG TAG=main
ARG DOCKER_REPOSITORY=local
FROM ${DOCKER_REPOSITORY}/scyllaridae:${TAG} AS scyllaridae
FROM pandoc/core:3.1.1 AS pandoc
FROM ${DOCKER_REPOSITORY}/scyllaridae:${TAG}

COPY --from=pandoc /usr/local/bin/pandoc /usr/local/bin/pandoc
WORKDIR /app/scyllaridae
COPY --from=scyllaridae /app/scyllaridae /app/scyllaridae
COPY scyllaridae.yml .
ENTRYPOINT ["/app/scyllaridae"]

0 comments on commit eebac07

Please sign in to comment.