Skip to content

Conversation

@nuclearcat
Copy link
Member

No description provided.

# Install pip3 and git on Debian
RUN apt-get update && apt-get install --no-install-recommends -y \
git \
python3-pip
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I always add this at the end just to clean up apt stuff

&& apt-get clean \
  && rm -rf \
  /var/lib/apt/lists/* \

I would also add DEBIAN_FRONTEND=noninteractive at the start of the call

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought about that, but for now kept as next step, as sometimes i do apt commands later to install missing stuff, need to make sure i dont have that anymore.

@nuclearcat nuclearcat added this pull request to the merge queue Dec 4, 2025
Merged via the queue into kernelci:main with commit 02b8576 Dec 4, 2025
8 checks passed
@nuclearcat nuclearcat deleted the optimize-docker branch December 4, 2025 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants