Skip to content

Commit

Permalink
dockerfile: remove lib32-mesa mesa
Browse files Browse the repository at this point in the history
  • Loading branch information
honjow committed Feb 14, 2025
1 parent cffb137 commit 7bad3ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ RUN source /manifest && \
/etc/pacman.d/mirrorlist && \
pacman --noconfirm -Syyuu; if [ -n "${PACKAGE_OVERRIDES}" ]; then wget --directory-prefix=/tmp/extra_pkgs ${PACKAGE_OVERRIDES}; pacman --noconfirm -U --overwrite '*' /tmp/extra_pkgs/*; rm -rf /tmp/extra_pkgs; fi

RUN pacman --noconfirm -Rns lib32-mesa mesa

USER build
ENV BUILD_USER "build"
ENV GNUPGHOME "/etc/pacman.d/gnupg"
Expand Down

0 comments on commit 7bad3ec

Please sign in to comment.