diff --git a/alpine-pandoc/Dockerfile b/alpine-pandoc/Dockerfile index e398895..af013e3 100644 --- a/alpine-pandoc/Dockerfile +++ b/alpine-pandoc/Dockerfile @@ -10,7 +10,7 @@ RUN apk --no-cache add \ COPY --from=pandoc/core:2.9 \ /usr/bin/pandoc \ /usr/bin/pandoc-citeproc \ - /usr/bin + /usr/bin/ SHELL ["/bin/bash", "-c"]