Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Check installed packages on ubuntu 22.04
  • Loading branch information
panbingkun committed Apr 28, 2024
commit 7abf7cf50464d0d1fd660c97d70f28065b7607f4
1 change: 1 addition & 0 deletions dev/infra/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ RUN python3.12 -m pip install $BASIC_PIP_PKGS $CONNECT_PIP_PKGS lxml && \
python3.12 -m pip cache purge

# Remove unused installation packages to free up disk space
RUN apt list --installed
RUN apt-get remove --purge -y \
'^aspnet.*' '^dotnet-.*' '^llvm-.*' 'php.*' '^mongodb-.*' \
snapd google-chrome-stable microsoft-edge-stable firefox \
Expand Down