Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rstudio
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
rocker
rstudio
Commits
79a6c0d3
Commit
79a6c0d3
authored
7 years ago
by
Carl Boettiger
Browse files
Options
Downloads
Patches
Plain Diff
add labels, compact env statement
parent
734b9328
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
r-ver/Dockerfile
+9
-4
9 additions, 4 deletions
r-ver/Dockerfile
with
9 additions
and
4 deletions
r-ver/Dockerfile
+
9
−
4
View file @
79a6c0d3
FROM
debian:jessie
LABEL
org.label-schema.license="GPL-2.0" \
org.label-schema.vcs-url="https://github.com/rocker-org/rocker-versioned" \
org.label-schema.vendor="Rocker Project" \
maintainer="Carl Boettiger <cboettig@ropensci.org>"
ARG
R_VERSION
ARG
BUILD_DATE
ENV
R_VERSION
${R_VERSION:-3.4.0}
ENV
LC_ALL
en_US.UTF-8
ENV
LANG
en_US.UTF-8
ENV
TERM
xterm
ENV
R_VERSION
=
${R_VERSION:-3.4.0}
\
LC_ALL
=
en_US.UTF-8
\
LANG
=
en_US.UTF-8
\
TERM
=
xterm
## dependencies
RUN
apt-get update
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment