We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 905678e commit f0b597cCopy full SHA for f0b597c
Dockerfile
@@ -5,9 +5,11 @@ ENV LANG=C.UTF-8 \
5
LC_ALL=C.UTF-8 \
6
DEBIAN_FRONTEND=noninteractive
7
8
+# binutils is needed for the ar command, used by pypandoc.ensure_pandoc_installed()
9
RUN set -x \
10
&& apt-get update \
11
&& apt-get install -y --no-install-recommends \
12
+ binutils \
13
ca-certificates \
14
curl \
15
git \
newsfragments/259.bugfix
@@ -0,0 +1 @@
1
+Add binutils to Dockerfile to fix pandoc installer.
0 commit comments