Add mailcap in dependencies 16/68916/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sat, 16 Nov 2019 17:03:09 +0000 (18:03 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sat, 16 Nov 2019 17:05:25 +0000 (18:05 +0100)
It allows detecting mimetypes.

Change-Id: Ieeae5e92142daab2ea724f1c332a71a8b0c63102
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit bee77a2c2c6571c622a8e533ed0b80cdb49302ea)

docker/core/Dockerfile

index fc7accb..16477d5 100644 (file)
@@ -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 && \