Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ibiem2020
IBIEM2020
Commits
dbf71641
Commit
dbf71641
authored
Feb 16, 2021
by
josh
Browse files
Need single AND double quotes on CRAN repo URL to protect the backslashes
parent
7b6c0b6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
dbf71641
...
...
@@ -8,7 +8,7 @@ MAINTAINER Mark McCahill "mark.mccahill@duke.edu"
ENV
DEBIAN_FRONTEND noninteractive
ENV
R_VERSION="3.6.3"
ENV
RSTUDIO_VERSION="1.2.1335"
ENV
CRAN_REPO='https://mran.revolutionanalytics.com/snapshot/2020-04-23'
ENV
CRAN_REPO=
"
'https://mran.revolutionanalytics.com/snapshot/2020-04-23'
"
# get R from a CRAN archive
RUN
apt-get update
&&
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment