Add libstdc++ in runtime dependencies 84/69984/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sat, 25 Apr 2020 08:48:21 +0000 (10:48 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sat, 25 Apr 2020 08:48:21 +0000 (10:48 +0200)
https://build.opnfv.org/ci/job/functest-opnfv-functest-smoke-jerma-tempest_heat-run/34/console

Change-Id: I6dc949360100125bc718cc88b5f8ad8ed189e2d0
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/core/Dockerfile

index 4b873bd..ad408ac 100644 (file)
@@ -7,7 +7,8 @@ COPY Accept-custom-registered-endpoints.patch /tmp/Accept-custom-registered-endp
 COPY Fixes-race-condition-in-test_add_remove_fixed_ip.patch /tmp/Fixes-race-condition-in-test_add_remove_fixed_ip.patch
 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 coreutils mailcap && \
+        grep sed wget ca-certificates git openssh-client qemu-img iputils coreutils mailcap \
+        libstdc++ && \
     apk --no-cache add --virtual .build-deps --update \
         python3-dev build-base linux-headers libffi-dev \
         openssl-dev libjpeg-turbo-dev && \