Skip to content

Commit

Permalink
Add binutils to Dockerfile to fix pandoc installer
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Sep 16, 2023
1 parent 905678e commit f0b597c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ ENV LANG=C.UTF-8 \
LC_ALL=C.UTF-8 \
DEBIAN_FRONTEND=noninteractive

# binutils is needed for the ar command, used by pypandoc.ensure_pandoc_installed()
RUN set -x \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
binutils \
ca-certificates \
curl \
git \
Expand Down
1 change: 1 addition & 0 deletions newsfragments/259.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add binutils to Dockerfile to fix pandoc installer.

0 comments on commit f0b597c

Please sign in to comment.