diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-11-16 18:03:09 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-11-16 18:05:25 +0100 |
commit | 4a35f6581dedca4b1a928bc84b66a9a2f01fef80 (patch) | |
tree | 0b032351036642e0adc5fa9d5058c625a734f795 /docker | |
parent | 732752aba05da4ada925f3427ba07858af00664e (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)
Diffstat (limited to 'docker')
-rw-r--r-- | docker/core/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile index fc7accb5..16477d5f 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -4,7 +4,7 @@ ARG BRANCH=stable/hunter ARG OPENSTACK_TAG=stable/rocky ARG OPNFV_TAG=stable/hunter -RUN apk --no-cache add --update python py-pip bash git grep && \ +RUN apk --no-cache add --update python py-pip bash git grep mailcap && \ apk --no-cache add --virtual .build-deps --update \ python-dev build-base && \ git init /src/functest-kubernetes && \ |