My container requires the python3-pip package to run, however when migrating from gsc 1.4 to gsc 1.6, the package is removed after sign
Steps to reproduce
I used the tag v1.6
Docker file with
...
RUN apt update \
&& apt install -y python3.10 python3-pip
..
- docker build
- gsc build
- ./gsc sign-image
Expected results
python3-pip exists on the system
Actual results
python3-pip has been removed from the system
Additional information
The --no-remove-gramine-deps option has no effect because it only removes/not removes pip packages
I think it makes sense to make removing the python3-pip package optional