Skip to content

Commit

Permalink
Merge pull request #67 from opensafely-core/Jongmassey/libmagick++-mi…
Browse files Browse the repository at this point in the history
…ssing

Add libmagick++ for knitr
  • Loading branch information
Jongmassey authored Aug 29, 2024
2 parents 669a76d + 84d5e31 commit 5f857e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
# Install python 3.10. This is the version used by the python-docker
# image, used for analyses using the OpenSAFELY pipeline.
--no-install-recommends curl python3.10 python3.10-distutils python3.10-venv \
# Install dependency for R tidyverse package.
libxml2 &&\
# Install dependencies for R tidyverse and knitr packages.
libxml2 libmagick++-6.q16-8 &&\
# Pip for Python 3.10 isn't included in deadsnakes, so install separately
curl https://bootstrap.pypa.io/get-pip.py | python3.10 &&\
# Set default python, so that the Python virtualenv works as expected
Expand Down

0 comments on commit 5f857e5

Please sign in to comment.