Skip to content

Commit

Permalink
Fix #452
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Nov 9, 2019
1 parent 64672e1 commit 3aba4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -41,7 +41,7 @@ RUN apt-get update && \
apt-get clean && \
# clean up a bit
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
rm -rf ImageMagick-7.0.8-64/
rm -rf ImageMagick-7.0.8-64/ && \
echo "options(repos = c(CRAN = 'https://cran.rstudio.com/'), download.file.method = 'libcurl')" >> /usr/local/lib/R/etc/Rprofile.site && \
pip3 install pyvirtualdisplay # install virtual display for Python
RUN R -e "remotes::install_cran('magick')"
Expand Down

0 comments on commit 3aba4fa

Please sign in to comment.