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 24, 2023
1 parent bdefb2d commit 62a5fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/debian/Dockerfile.build.template
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN apt-get update \
# For compatibility with Gramine v1.3 or lower
&& /usr/bin/python3 -B -m pip install 'toml>=0.10' \
# Since all needed pip packages are installed, we can uninstall python3-pip safely
&& apt remove -y python3-pip \
&& apt remove -y python3-pip \
&& apt autoremove -y \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 62a5fab

Please sign in to comment.