Swith to coreutils timeout 05/69905/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sun, 22 Sep 2019 18:37:01 +0000 (20:37 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sun, 5 Apr 2020 13:22:21 +0000 (15:22 +0200)
juju is not correctly stopped when no internet.

https://build.opnfv.org/ci/job/functest-ovn-opnfv-functest-vnf-jerma-juju_epc-run/21/console
root           1       0  0 Apr04 ?        00:00:06 /usr/bin/python3.7 /usr/bin/run_tests -t juju_epc -r -p
root         139       1  0 Apr04 ?        00:00:03 [juju] <defunct>
root         141       1  0 Apr04 ?        00:00:00 [timeout] <defunct>

Change-Id: Id06c6e829ab8a992107f655aac6ec4539e292d82
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit cda22d7db0bcca380e1caef76e171cd7753b6221)

docker/core/Dockerfile

index a4f1749..540e355 100644 (file)
@@ -5,7 +5,7 @@ ARG OPENSTACK_TAG=master
 
 RUN apk --no-cache add --update \
         python3 libffi openssl libjpeg-turbo py3-pip bash \
-        grep sed wget ca-certificates git openssh-client qemu-img iputils mailcap && \
+        grep sed wget ca-certificates git openssh-client qemu-img iputils coreutils mailcap && \
     apk --no-cache add --virtual .build-deps --update \
         python3-dev build-base linux-headers libffi-dev \
         openssl-dev libjpeg-turbo-dev && \