Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
f1385fbb
Commit
f1385fbb
authored
Sep 22, 2017
by
Matthieu Muffato
Browse files
Combine both commands to reduce the number of layers
parent
78c4af30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
docker/Dockerfile
docker/Dockerfile
+2
-3
No files found.
docker/Dockerfile
View file @
f1385fbb
...
...
@@ -25,9 +25,8 @@ RUN apt-get update -y && apt-get install -y git && apt-get clean && rm -rf /var/
RUN
mkdir
/repo
&&
git clone
-b
master https://github.com/Ensembl/ensembl-hive.git /repo/ensembl-hive
# Install all the dependencies
RUN
/repo/ensembl-hive/docker/setup_os.Ubuntu-16.04.sh
# Install the missing dependencies (if any)
RUN
/repo/ensembl-hive/docker/setup_cpan.Ubuntu-16.04.sh /repo/ensembl-hive
RUN
/repo/ensembl-hive/docker/setup_os.Ubuntu-16.04.sh
\
&&
/repo/ensembl-hive/docker/setup_cpan.Ubuntu-16.04.sh /repo/ensembl-hive
ENV
PATH "/repo/ensembl-hive/scripts:$PATH"
ENV
PERL5LIB "/repo/ensembl-hive/modules:$PERL5LIB"
...
...
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