diff options
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 && \ |