Skip to content

Commit

Permalink
remove irrelevant changes
Browse files Browse the repository at this point in the history
  • Loading branch information
melissa-barca committed Sep 27, 2023
1 parent 65edfdc commit 70ed543
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-manager/Dockerfile.ubuntu1804
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ARG R_VERSION=4.2.3
ARG R_VERSION=4.2.0
FROM rstudio/r-base:${R_VERSION}-bionic
LABEL maintainer="RStudio Docker <[email protected]>"

ARG R_VERSION=4.2.3
ARG R_VERSION=4.2.0

# Locale configuration --------------------------------------------------------#
RUN localedef -i en_US -f UTF-8 en_US.UTF-8
Expand Down Expand Up @@ -39,7 +39,7 @@ RUN gpg --update-trustdb \
&& ln -s /tini /usr/local/bin/tini

# Add another R version -------------------------------------------------------#
ARG R_VERSION_ALT=4.1.3
ARG R_VERSION_ALT=3.6.2
RUN apt-get update -qq && \
curl -O https://cdn.rstudio.com/r/ubuntu-1804/pkgs/r-${R_VERSION_ALT}_1_amd64.deb && \
DEBIAN_FRONTEND=noninteractive apt-get install -y ./r-${R_VERSION_ALT}_1_amd64.deb && \
Expand Down
6 changes: 3 additions & 3 deletions package-manager/Dockerfile.ubuntu2204
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ARG R_VERSION=4.2.3
ARG R_VERSION=4.2.0
FROM rstudio/r-base:${R_VERSION}-jammy
LABEL maintainer="RStudio Docker <[email protected]>"

ARG R_VERSION=4.2.3
ARG R_VERSION=4.2.0

# Locale configuration --------------------------------------------------------#
RUN localedef -i en_US -f UTF-8 en_US.UTF-8
Expand Down Expand Up @@ -35,7 +35,7 @@ RUN gpg --update-trustdb \
&& ln -s /tini /usr/local/bin/tini

# Add another R version -------------------------------------------------------#
ARG R_VERSION_ALT=4.1.3
ARG R_VERSION_ALT=3.6.2
RUN apt-get update -qq && \
curl -O https://cdn.rstudio.com/r/ubuntu-2204/pkgs/r-${R_VERSION_ALT}_1_amd64.deb && \
DEBIAN_FRONTEND=noninteractive apt-get install -y ./r-${R_VERSION_ALT}_1_amd64.deb && \
Expand Down

0 comments on commit 70ed543

Please sign in to comment.