Skip to content

Commit

Permalink
fixup! Reduce size of the final GSC image
Browse files Browse the repository at this point in the history
Signed-off-by: abin <[email protected]>
  • Loading branch information
amathew3 committed Apr 21, 2023
1 parent 92c1bd7 commit b2a0f70
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/centos/Dockerfile.build.template
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ RUN dnf update -y \
&& /usr/bin/python3 -B -m pip install 'toml>=0.10' \
# Install pyelftools after the installation of epel-release as it is provided by the EPEL repo
&& dnf install -y python3-pyelftools \
# Since all needed pip packages are installed, we can uninstall python3-pip safely
&& rpm -e --nodeps python3-pip && dnf -y clean all
&& dnf -y clean all


{% if debug %}
Expand Down

0 comments on commit b2a0f70

Please sign in to comment.