Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Fractalis
fractalis
Commits
1ddd3276
Commit
1ddd3276
authored
May 17, 2018
by
Sascha Herzinger
Browse files
fixing typo
parent
65539b08
Pipeline
#4911
passed with stages
in 9 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker/Dockerfile
View file @
1ddd3276
...
...
@@ -8,7 +8,7 @@ RUN mkdir /app/ \
&&
rm
-rf
/var/cache/yum
\
&&
yum clean all
\
&&
yum
install
--nogpg
-y
python34 python34-pip python34-devel readline-devel R wget
\
&&
wget https://bioconductor.org/packages/release/bioc/src/contrib/limma_3.36.1.tar.gz
&&
wget https://bioconductor.org/packages/release/bioc/src/contrib/limma_3.36.1.tar.gz
\
&&
R CMD INSTALL limma_
*
.tar.gz
\
&&
rm
limma_
*
.tar.gz
COPY
tests/ /app/tests/
...
...
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