Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SciViews
svbox-renku
Commits
aaa6e7d5
Commit
aaa6e7d5
authored
Aug 30, 2021
by
Philippe Grosjean
Browse files
Update Dockerfile
parent
b4673cda
Pipeline
#246502
passed with stage
in 30 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
aaa6e7d5
...
...
@@ -98,7 +98,7 @@ RUN chown 1000:1000 /opt/conda && \
ln -s /home/${NB_USER} /home/jovyan
# customize RStudio
COPY
config/dictionaries/* /usr/share/hunspell/
COPY
.
config/dictionaries/* /usr/share/hunspell/
RUN
mkdir
-p
/home/rstudio/.config/rstudio/dictionaries
&&
\
chown
1000:1000 /home/rstudio/.config/rstudio/dictionaries
&&
\
mkdir
-p
/home/rstudio/.config/rstudio/dictionaries/languages-system
&&
\
...
...
@@ -115,8 +115,8 @@ RUN mkdir -p /home/rstudio/.config/rstudio/dictionaries && \
chown
1000:1000 /home/rstudio/.config/rstudio/dictionaries/languages-system/
*
&&
\
chown
1000:1000 /home/rstudio/.config/rstudio
&&
\
mkdir
-p
/etc/rstudio/snippets
COPY
config/snippets/r.snippets /etc/rstudio/snippets
COPY
config/rstudio-prefs.json /etc/rstudio
COPY
.
config/snippets/r.snippets /etc/rstudio/snippets
COPY
.
config/rstudio-prefs.json /etc/rstudio
# Uncomment and adapt if code is to be included in the image
# COPY src /code/src
...
...
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