Skip to content

Commit

Permalink
fix Dockerfile for using pdftools in recent codecheck package
Browse files Browse the repository at this point in the history
  • Loading branch information
nuest committed Nov 13, 2024
1 parent 9fb7e63 commit 1f57f93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ FROM rocker/verse:4.2

RUN apt-get update -qq && apt-get -y --no-install-recommends install \
# needed for zen4R's dependency 'keyring'
libsecret-1-dev
libsecret-1-dev \
# for pdftools
libpoppler-cpp-dev

ENV R_REMOTES_UPGRADE="never"

Expand Down

0 comments on commit 1f57f93

Please sign in to comment.