-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #199 from databio/dev
Dev
- Loading branch information
Showing
33 changed files
with
1,910 additions
and
650 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ FROM phusion/baseimage:master | |
LABEL maintainer Jason Smith "[email protected]" | ||
|
||
# Version info | ||
LABEL version 0.9.16 | ||
LABEL version 0.10.0 | ||
|
||
# Use baseimage-docker's init system. | ||
CMD ["/sbin/my_init"] | ||
|
@@ -87,8 +87,8 @@ RUN pip install virtualenv && \ | |
|
||
# Install R | ||
RUN apt update -qq && \ | ||
DEBIAN_FRONTEND=noninteractive apt --assume-yes install --no-install-recommends dirmngr && \ | ||
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9 && \ | ||
DEBIAN_FRONTEND=noninteractive apt --assume-yes install --no-install-recommends dirmngr | ||
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9 && \ | ||
add-apt-repository "deb https://cloud.r-project.org/bin/linux/ubuntu $(lsb_release -cs)-cran40/" | ||
|
||
RUN DEBIAN_FRONTEND=noninteractive apt-get --assume-yes install r-base r-base-dev r-base-core r-recommended && \ | ||
|
Oops, something went wrong.