aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-11-16 18:03:09 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2019-11-16 18:04:40 +0100
commit46c36d1b36645ec841c4fd47fdc7882b556edd19 (patch)
tree949978a50160f2cd43bac4803e2570ef6a151cea
parent0c3140bd370d7e3ca730dd8555aa351d458e2a6a (diff)
Add mailcap in dependencies
It allows detecting mimetypes. Change-Id: Ieeae5e92142daab2ea724f1c332a71a8b0c63102 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit bee77a2c2c6571c622a8e533ed0b80cdb49302ea)
-rw-r--r--docker/core/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile
index 179518e2..5748c00f 100644
--- a/docker/core/Dockerfile
+++ b/docker/core/Dockerfile
@@ -4,7 +4,7 @@ ARG BRANCH=stable/iruya
ARG OPENSTACK_TAG=stable/stein
ARG OPNFV_TAG=stable/iruya
-RUN apk --no-cache add --update python3 py3-pip bash git grep && \
+RUN apk --no-cache add --update python3 py3-pip bash git grep mailcap && \
apk --no-cache add --virtual .build-deps --update \
python3-dev build-base && \
git init /src/functest-kubernetes && \