Skip to content

Commit

Permalink
Merge pull request #929 from ssurenr/remove-libidn
Browse files Browse the repository at this point in the history
Remove libidn11 package from controller

Signed-off-by: Surendhar <[email protected]>
  • Loading branch information
ssurenr committed May 29, 2019
1 parent 9615059 commit bd69df1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-tools/Dockerfile.debian.runtime
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd69df1

Please sign in to comment.