Skip to content

Commit f0b597c

Browse files
committed
Add binutils to Dockerfile to fix pandoc installer
1 parent 905678e commit f0b597c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ ENV LANG=C.UTF-8 \
55
LC_ALL=C.UTF-8 \
66
DEBIAN_FRONTEND=noninteractive
77

8+
# binutils is needed for the ar command, used by pypandoc.ensure_pandoc_installed()
89
RUN set -x \
910
&& apt-get update \
1011
&& apt-get install -y --no-install-recommends \
12+
binutils \
1113
ca-certificates \
1214
curl \
1315
git \

newsfragments/259.bugfix

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add binutils to Dockerfile to fix pandoc installer.

0 commit comments

Comments
 (0)