From bd69df19ad3a5cca36a3e9e9a61b628022b824e3 Mon Sep 17 00:00:00 2001 From: Surendhar <8192995+ssurenr@users.noreply.github.com> Date: Wed, 29 May 2019 15:09:16 +0530 Subject: [PATCH] Merge pull request #929 from ssurenr/remove-libidn Remove libidn11 package from controller Signed-off-by: Surendhar --- build-tools/Dockerfile.debian.runtime | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-tools/Dockerfile.debian.runtime b/build-tools/Dockerfile.debian.runtime index 91db0c42f..506458f4e 100755 --- a/build-tools/Dockerfile.debian.runtime +++ b/build-tools/Dockerfile.debian.runtime @@ -17,6 +17,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ && pip install --no-cache-dir -r /tmp/requirements.txt \ && apt-get remove -y git +# FIXME: Remove this fix once libidn is no longer vulnerable +RUN apt-get remove -y libidn11 + COPY bigip-virtual-server_v*.json $APPPATH/vendor/src/f5/schemas/ COPY as3-schema-3.11.0-3-cis.json $APPPATH/vendor/src/f5/schemas/ COPY k8s-bigip-ctlr $APPPATH/bin