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 f895d53
Showing 1 changed file with 2 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

0 comments on commit f895d53

Please sign in to comment.