Skip to content

Commit

Permalink
Merge pull request #259 from acsone/fix-pypandoc-ensure
Browse files Browse the repository at this point in the history
Add binutils to Dockerfile to fix pandoc installer
  • Loading branch information
sbidoul authored Sep 16, 2023
2 parents 5e38bf7 + f0b597c commit 3793d7f
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 3793d7f

Please sign in to comment.