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
guiHive
Commits
b64d8b5d
Commit
b64d8b5d
authored
Jun 19, 2019
by
Matthieu Muffato
Committed by
ens-bwalts
Jul 08, 2019
Browse files
Best practice when running apt-get
parent
d1735647
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
docker/Dockerfile
docker/Dockerfile
+1
-0
No files found.
docker/Dockerfile
View file @
b64d8b5d
...
...
@@ -8,6 +8,7 @@
FROM
ensemblorg/ensembl-hive
# Install know Perl dependencies with apt (faster than CPAN)
ARG
DEBIAN_FRONTEND=noninteractive
RUN
apt-get update
-y
\
&&
apt-get
install
libhtml-parser-perl libhtml-template-perl libjson-perl libjson-pp-perl liburi-perl
-y
\
&&
apt-get clean
&&
rm
-rf
/var/lib/apt/lists/
*
/tmp/
*
/var/tmp/
*
...
...
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