Code Review
/
functest-xtesting.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
319232e
)
Install libxml2-dev and libxslt-dev
30/71930/1
author
Cédric Ollivier
<cedric.ollivier@orange.com>
Tue, 9 Feb 2021 20:08:14 +0000
(21:08 +0100)
committer
Cédric Ollivier
<cedric.ollivier@orange.com>
Tue, 9 Feb 2021 20:09:53 +0000
(21:09 +0100)
Change-Id: I77b9d921cda948cb82d7bf3b535e881113f6b9d8
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit
d99abd65053a72c73b89579cdbd6ac4844abe54b
)
docker/core/Dockerfile
patch
|
blob
|
history
diff --git
a/docker/core/Dockerfile
b/docker/core/Dockerfile
index
f08277d
..
54ededd
100644
(file)
--- a/
docker/core/Dockerfile
+++ b/
docker/core/Dockerfile
@@
-5,7
+5,7
@@
ARG OPENSTACK_TAG=stable/rocky
RUN 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 && \
+ python-dev build-base
libxml2-dev libxslt-dev
&& \
git init /src/functest-xtesting && \
(cd /src/functest-xtesting && \
git fetch --tags https://gerrit.opnfv.org/gerrit/functest-xtesting $BRANCH && \