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
cb00ae19
Commit
cb00ae19
authored
May 16, 2018
by
Sascha Herzinger
Browse files
Added gpg keys
parent
02839c39
Pipeline
#4900
failed with stages
in 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker/Dockerfile
View file @
cb00ae19
...
...
@@ -7,6 +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
\
&&
R
-e
'source("https://bioconductor.org/biocLite.R"); biocLite(); biocLite("limma")'
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