From f6e7236bdb778941627805fce825ecf33a13578f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20D=2E=20M=C3=BCller?= Date: Sat, 3 Apr 2021 18:55:51 +0200 Subject: [PATCH] Update Dockerfile --- alpine-pandoc/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]