Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
verse
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
verse
Commits
445387ba
Commit
445387ba
authored
5 years ago
by
Chameleon Cloud User
Browse files
Options
Downloads
Patches
Plain Diff
patch rstudio
parent
14f38267
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
rstudio/3.5.3/Dockerfile
+11
-4
11 additions, 4 deletions
rstudio/3.5.3/Dockerfile
rstudio/Dockerfile
+13
-6
13 additions, 6 deletions
rstudio/Dockerfile
with
24 additions
and
10 deletions
rstudio/3.5.3/Dockerfile
+
11
−
4
View file @
445387ba
...
...
@@ -26,13 +26,20 @@ RUN apt-get update \
python-setuptools
\
sudo
\
wget
\
libclang-dev
\
libclang-3.8-dev
\
libobjc-6-dev
\
libclang1-3.8
\
libclang-common-3.8-dev
\
libllvm3.8
\
libobjc4
\
libgc1c2
\
&&
wget
-O
libssl1.0.0.deb http://ftp.debian.org/debian/pool/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u8_amd64.deb
\
&&
dpkg
-i
libssl1.0.0.deb
\
&&
rm
libssl1.0.0.deb
\
&&
RSTUDIO_LATEST
=
$(
wget
--no-check-certificate
-qO-
https://s3.amazonaws.com/rstudio-server/current.ver
)
\
&&
[
-z
"
$RSTUDIO_VERSION
"
]
&&
RSTUDIO_VERSION
=
$RSTUDIO_LATEST
||
true
\
&&
wget
-q
http://download2.rstudio.org/rstudio-server-
${
RSTUDIO_VERSION
}
-amd64
.deb
\
&&
dpkg
-i
rstudio-server-
${
RSTUDIO_VERSION
}
-amd64
.deb
\
&&
if
[
-z
"
$RSTUDIO_VERSION
"
]
;
then
RSTUDIO_URL
=
"https://www.rstudio.org/download/latest/stable/server/debian9_64/rstudio-server-latest-amd64.deb"
;
else
RSTUDIO_URL
=
"http://download2.rstudio.org/rstudio-server-
${
RSTUDIO_VERSION
}
-amd64.deb"
;
fi
\
&&
wget
-q
$RSTUDIO_URL
\
&&
dpkg
-i
rstudio-server-
*
-amd64
.deb
\
&&
rm
rstudio-server-
*
-amd64
.deb
\
## Symlink pandoc & standard pandoc templates for use system-wide
&& ln -s /usr/lib/rstudio-server/bin/pandoc/pandoc /usr/local/bin \
...
...
This diff is collapsed.
Click to expand it.
rstudio/Dockerfile
+
13
−
6
View file @
445387ba
FROM
rocker/r-ver:3.
6.0
FROM
rocker/r-ver:3.
5.3
ARG
RSTUDIO_VERSION
ENV
RSTUDIO_VERSION=${RSTUDIO_VERSION:-1.2.1335}
#
ENV RSTUDIO_VERSION=${RSTUDIO_VERSION:-1.2.1335}
ARG
S6_VERSION
ARG
PANDOC_TEMPLATES_VERSION
ENV
S6_VERSION=${S6_VERSION:-v1.21.7.0}
...
...
@@ -26,13 +26,20 @@ RUN apt-get update \
python-setuptools
\
sudo
\
wget
\
libclang-dev
\
libclang-3.8-dev
\
libobjc-6-dev
\
libclang1-3.8
\
libclang-common-3.8-dev
\
libllvm3.8
\
libobjc4
\
libgc1c2
\
&&
wget
-O
libssl1.0.0.deb http://ftp.debian.org/debian/pool/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u8_amd64.deb
\
&&
dpkg
-i
libssl1.0.0.deb
\
&&
rm
libssl1.0.0.deb
\
&&
RSTUDIO_LATEST
=
$(
wget
--no-check-certificate
-qO-
https://s3.amazonaws.com/rstudio-server/current.ver
)
\
&&
[
-z
"
$RSTUDIO_VERSION
"
]
&&
RSTUDIO_VERSION
=
$RSTUDIO_LATEST
||
true
\
&&
wget
-q
http://download2.rstudio.org/rstudio-server-
${
RSTUDIO_VERSION
}
-amd64
.deb
\
&&
dpkg
-i
rstudio-server-
${
RSTUDIO_VERSION
}
-amd64
.deb
\
&&
if
[
-z
"
$RSTUDIO_VERSION
"
]
;
then
RSTUDIO_URL
=
"https://www.rstudio.org/download/latest/stable/server/debian9_64/rstudio-server-latest-amd64.deb"
;
else
RSTUDIO_URL
=
"http://download2.rstudio.org/rstudio-server-
${
RSTUDIO_VERSION
}
-amd64.deb"
;
fi
\
&&
wget
-q
$RSTUDIO_URL
\
&&
dpkg
-i
rstudio-server-
*
-amd64
.deb
\
&&
rm
rstudio-server-
*
-amd64
.deb
\
## Symlink pandoc & standard pandoc templates for use system-wide
&& ln -s /usr/lib/rstudio-server/bin/pandoc/pandoc /usr/local/bin \
...
...
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