Skip to content

python3-pip package is removed after container sign #189

@Villain88

Description

@Villain88

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions