Skip to content

Commit

Permalink
Removed packages from Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Lextuga007 committed May 1, 2024
1 parent 0acba3e commit 2d650e6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,10 @@ ADD Rprofile.site /usr/lib/R/etc/Rprofile.site
RUN apt-get update \
&& apt-get upgrade -y

RUN apt-get install -y --no-install-recommends \
libudunits2-dev libgdal-dev libgeos-dev \
libproj-dev pandoc libmagick++-dev \
libglpk-dev libnode-dev \
wget git rsync \
&& sed 's/value="1GiB"/value="8GiB"/1' /etc/ImageMagick-6/policy.xml > /etc/ImageMagick-6/policy.xml

RUN wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.4.550/quarto-1.4.550-linux-amd64.deb \
&& DEBIAN_FRONTEND=noninteractive apt install ./quarto-*-linux-amd64.deb \
&& rm quarto-*-linux-amd64.deb

RUN install.r devtools rmarkdown quarto tidyverse \
&& installGithub.r nhs-r-community/NHSRdatasets nhs-r-community/NHSRpopulation nhs-r-community/NHSRpostcodetools \
&& installGithub.r Selbosh/ggchernoff

RUN apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 2d650e6

Please sign in to comment.