diff options
author | 2020-04-25 10:48:21 +0200 | |
---|---|---|
committer | 2020-04-25 10:48:21 +0200 | |
commit | 8ced615c24bf72a81a1bf9e709ac511fbc09a3f1 (patch) | |
tree | 5d7093cfdf526e8c1a6000471ecee56058fcebd1 /docker/core | |
parent | ff36f7087228ebf55f0bc34cddea38271b41dbbc (diff) |
Add libstdc++ in runtime dependencies
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>
Diffstat (limited to 'docker/core')
-rw-r--r-- | docker/core/Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile index 4b873bd05..ad408acd8 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -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 && \ |