From 7b05e8dbccbff190f85d1d14ff32cef75d78a7ee Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Mon, 17 Jul 2017 09:24:02 -0700 Subject: [PATCH] Remove libcomcrypt/libtommath (not fips compliant) python2-crypto has been superceeded, atleast in RDO, by python-crypto which no longer uses the libtomcrypt/libtommath dependencies. As these dependencies are not certified by FIPS, they should be removed as well. Change-Id: I0bfb1631ad0189cf2a7b6ccacebcdf6651c69831 Closes-Bug: #1704892 --- docker/openstack-base/Dockerfile.j2 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docker/openstack-base/Dockerfile.j2 b/docker/openstack-base/Dockerfile.j2 index 0016b27b9e..0979fb6c45 100644 --- a/docker/openstack-base/Dockerfile.j2 +++ b/docker/openstack-base/Dockerfile.j2 @@ -29,8 +29,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build 'initscripts', 'libjpeg-turbo', 'libpng', - 'libtomcrypt', - 'libtommath', 'libX11', 'libX11-common', 'libXau', @@ -43,7 +41,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build 'pyOpenSSL', 'pyparsing', 'python2-cffi', - 'python2-crypto', + 'python-crypto', 'python2-cryptography', 'python2-debtcollector', 'python2-eventlet',