Skip to content

Commit

Permalink
fixup! Remove Gramine dependencies that are not needed at runtime
Browse files Browse the repository at this point in the history
Signed-off-by: abin <[email protected]>
  • Loading branch information
amathew3 committed Apr 26, 2023
1 parent c8b5460 commit 9457241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/centos/Dockerfile.sign.template
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 9457241

Please sign in to comment.