Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Apr 26, 2024
1 parent 839622a commit ca44d5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-images/pandoc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ FROM ${DOCKER_REPOSITORY}/scyllaridae:${TAG} AS scyllaridae

FROM pandoc/minimal:3.1.1
WORKDIR /app
RUN apk update && \
apk add curl bash ca-certificates && \
update-ca-certificates
COPY --from=scyllaridae /app/scyllaridae .
COPY scyllaridae.yml .
ENTRYPOINT ["/app/scyllaridae"]

0 comments on commit ca44d5a

Please sign in to comment.