Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Fractalis
fractalis
Commits
212b372d
Commit
212b372d
authored
Jun 15, 2018
by
Sascha Herzinger
Browse files
fixing ci
parent
b846a960
Pipeline
#5425
failed with stages
in 36 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker/Dockerfile
View file @
212b372d
...
...
@@ -9,7 +9,7 @@ RUN mkdir /app/ \
&&
yum clean all
\
&&
yum
install
--nogpg
-y
https://centos7.iuscommunity.org/ius-release.rpm
\
&&
yum
install
--nogpg
-y
python36u python36u-pip python36u-devel readline-devel libcurl-devel libxml2-devel R wget
\
&&
R
-e
'source("https://bioconductor.org/biocLite.R"); biocLite(); biocLite("limma", "DESeq2")'
&&
R
-e
'source("https://bioconductor.org/biocLite.R"); biocLite(); biocLite(
c(
"limma", "DESeq2")
)
'
COPY
tests/ /app/tests/
WORKDIR
/app/
ARG
SDIST
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment