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
0fec1761
Commit
0fec1761
authored
Aug 27, 2021
by
Philippe Grosjean
Browse files
Update Dockerfile
parent
dc0c0b89
Pipeline
#245652
passed with stage
in 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
0fec1761
...
...
@@ -67,9 +67,9 @@ RUN apt-get update --fix-missing && \
wget
\
vim
\
# for mongolite
#
libsasl2-dev \
libsasl2-dev \
# for keyring
#
libsecret-1-dev \
libsecret-1-dev \
# added for SciViews Box/BioDataScience
hunspell-en-us \
hunspell-en-gb \
...
...
@@ -136,7 +136,7 @@ ENV GITHUB_PAT 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
COPY
install.R /tmp/
COPY
requirements.txt /tmp/
RUN
R
-f
/tmp/install.R
&&
\
#
R --quiet -e "install.packages('webshot'); webshot::install_phantomjs()" &&
\
R
--quiet
-e
"install.packages('webshot'); webshot::install_phantomjs()"
&&
\
pip3
install
-r
/tmp/requirements.txt
COPY
post-init.sh /post-init.sh
...
...
Philippe Grosjean
@phgrosjean
mentioned in commit
3164cfe9
·
Aug 27, 2021
mentioned in commit
3164cfe9
mentioned in commit 3164cfe9b7ce9cd9a271e479d76693329a063bf2
Toggle commit list
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