Add ContentType when publishing artifacts
[functest-xtesting.git] / docker / Dockerfile
index 336f7fe..c99dcc8 100644 (file)
@@ -3,7 +3,7 @@ FROM alpine:3.9
 ARG BRANCH=stable/hunter
 ARG OPENSTACK_TAG=stable/rocky
 
-RUN apk --no-cache add --update python py-pip bash git && \
+RUN apk --no-cache add --update python py-pip bash git mailcap && \
     apk --no-cache add --virtual .build-deps --update \
         python-dev build-base && \
     git init /src/functest-xtesting && \