From 8d2f7c30826412a1e4532860a0930d69ef34a89d Mon Sep 17 00:00:00 2001 From: James Lamb Date: Fri, 24 Jul 2020 10:15:37 -0500 Subject: [PATCH] remove R (#11) --- dockers/ubuntu-14.04/Dockerfile | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/dockers/ubuntu-14.04/Dockerfile b/dockers/ubuntu-14.04/Dockerfile index 9a1d2f0..1b52136 100644 --- a/dockers/ubuntu-14.04/Dockerfile +++ b/dockers/ubuntu-14.04/Dockerfile @@ -82,24 +82,6 @@ RUN curl -sL https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64. ENV CONDA=/opt/conda/ -# Install R -RUN add-apt-repository \ - "deb https://cloud.r-project.org/bin/linux/ubuntu trusty-cran35/" \ - && apt-key adv \ - --keyserver keyserver.ubuntu.com \ - --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9 \ - && apt-get update \ - && apt-get install \ - --no-install-recommends \ - -y \ - r-base-dev=3.6.3-1trusty \ - pandoc \ - texinfo \ - texlive-latex-recommended \ - texlive-fonts-recommended \ - texlive-fonts-extra \ - qpdf - # Clean system RUN apt-get clean \ && rm -rf /var/lib/apt/lists/* \