Skip to content

Commit

Permalink
Check installed packages on ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
panbingkun committed Apr 28, 2024
1 parent 64d3219 commit 7abf7cf
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit 7abf7cf

Please sign in to comment.