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
26455950
Commit
26455950
authored
May 16, 2018
by
Sascha Herzinger
Browse files
added --nogpg option
parent
cb00ae19
Pipeline
#4901
passed with stages
in 15 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker/Dockerfile
View file @
26455950
...
...
@@ -7,8 +7,7 @@ RUN mkdir /app/ \
&&
printf
"[lcsb-base]
\n
name=LCSB Base Repo
\n
baseurl=http://lcsb-cent-mirr-server.uni.lu/CentOS/7/os/x86_64/
\n
enabled=1"
>
/etc/yum.repos.d/lcsb-base.repo
\
&&
rm
-rf
/var/cache/yum
\
&&
yum clean all
\
&&
rpm
--import
http://lcsb-cent-mirr-server.uni.lu/CentOS/RPM-GPG-KEY-CentOS-7
\
&&
yum
install
-y
python34 python34-pip python34-devel readline-devel R
\
&&
yum
install
--nogpg
-y
python34 python34-pip python34-devel readline-devel R
\
&&
R
-e
'source("https://bioconductor.org/biocLite.R"); biocLite(); biocLite("limma")'
COPY
tests/ /app/tests/
WORKDIR
/app/
...
...
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