From 9457241c42f31e79a2b6bd7b1adebb0e4527f4b4 Mon Sep 17 00:00:00 2001 From: abin Date: Wed, 26 Apr 2023 22:03:25 +0530 Subject: [PATCH] fixup! Remove Gramine dependencies that are not needed at runtime Signed-off-by: abin --- templates/centos/Dockerfile.sign.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/centos/Dockerfile.sign.template b/templates/centos/Dockerfile.sign.template index 4ae8e97f..c4248a56 100644 --- a/templates/centos/Dockerfile.sign.template +++ b/templates/centos/Dockerfile.sign.template @@ -4,7 +4,7 @@ RUN \ dnf update -y \ && dnf install -y python3-pip \ - && pip3 uninstall -y click jinja2 \ + && pip3 uninstall -y click jinja2 \ 'tomli>=1.1.0' 'tomli-w>=0.4.0' \ 'toml>=0.10' \ && rpm -e --nodeps binutils \