aboutsummaryrefslogtreecommitdiffstats
path: root/docker/core/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/core/Dockerfile')
-rw-r--r--docker/core/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile
index 54ededd6..5579be4c 100644
--- a/docker/core/Dockerfile
+++ b/docker/core/Dockerfile
@@ -3,7 +3,8 @@ FROM alpine:3.9
ARG BRANCH=stable/hunter
ARG OPENSTACK_TAG=stable/rocky
-RUN apk --no-cache add --update python py-pip bash git mailcap libxml2 libxslt && \
+RUN apk -U upgrade && \
+ apk --no-cache add --update python py-pip bash git mailcap libxml2 libxslt && \
apk --no-cache add --virtual .build-deps --update \
python-dev build-base libxml2-dev libxslt-dev && \
git init /src/functest-xtesting && \