Skip to content

Commit

Permalink
remove R (#11) (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: James Lamb <[email protected]>
  • Loading branch information
StrikerRUS and jameslamb authored Jul 25, 2020
1 parent 88dbdba commit af64db0
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions dockers/ubuntu-14.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/* \
Expand Down

0 comments on commit af64db0

Please sign in to comment.