diff options
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 336f7fef..c99dcc8e 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 && \ |