Skip to content

Commit cc55318

Browse files
authored
Merge pull request #251 from avinab-neogy/feature/230-imagemagick-support
feat: add ImageMagick and Magick++ support to Dockerfile for graphical testing
2 parents 6a22a53 + c755d62 commit cc55318

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RUN sed -i.bak "/^#.*deb-src.*universe$/s/^# //g" /etc/apt/sources.list \
77
&& apt-get install -y --no-install-recommends \
88
software-properties-common \
99
subversion \
10+
libmagick++-dev \
1011
&& add-apt-repository --enable-source --yes "ppa:marutter/rrutter4.0" \
1112
&& wget -qO- https://cloud.r-project.org/bin/linux/ubuntu/marutter_pubkey.asc | tee -a /etc/apt/trusted.gpg.d/cran_ubuntu_key.asc \
1213
&& apt-get update \

0 commit comments

Comments
 (0)