Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
SciViews
svbox-renku
Commits
7d12a1ae
Commit
7d12a1ae
authored
Sep 21, 2021
by
Philippe Grosjean
Browse files
Update Dockerfile
parent
7ea2b5ff
Pipeline
#255254
passed with stage
in 49 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Dockerfile
View file @
7d12a1ae
...
...
@@ -56,7 +56,7 @@ RUN mkdir -p /home/rstudio/.config/rstudio/dictionaries && \
curl
-sL
https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/files/fr_FR.aff
>
/home/rstudio/.config/rstudio/dictionaries/languages-system/fr_FR.aff
&&
\
curl
-sL
https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/files/fr_FR.dic
>
/home/rstudio/.config/rstudio/dictionaries/languages-system/fr_FR.dic
&&
\
cp
/usr/share/hunspell//fr_FR.dic_delta /home/rstudio/.config/rstudio/dictionaries/languages-system/fr_FR.dic_delta
&&
\
# R packages required by functions in Rprofile.site
# R packages required by functions in Rprofile.site
additions
R --quiet -e "install.packages(c('fs', 'gert'))" && \
curl -sL https://filedn.com/lzGVgfOGxb6mHFQcRn9ueUb/svbox2021/files/Rprofile.site.append >> $(R RHOME)/etc/Rprofile.site && \
chown 1000:1000 /home/rstudio/.config/rstudio/dictionaries/languages-system/* && \
...
...
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