Skip to content

Commit

Permalink
add libc6-i386
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Sep 20, 2023
1 parent edea80f commit 4d2481e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesa/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM ghcr.io/containerpak/base:main
ARG DEBIAN_FRONTEND=noninteractive
RUN dpkg --add-architecture i386
RUN apt update
RUN apt install -y libegl1-mesa libgl1-mesa-glx libwayland-egl1-mesa libvulkan1 mesa-vulkan-drivers mesa-utils mesa-utils-extra libc6:i386
RUN apt install -y libegl1-mesa libgl1-mesa-glx libwayland-egl1-mesa libvulkan1 mesa-vulkan-drivers mesa-utils mesa-utils-extra libc6-i386

0 comments on commit 4d2481e

Please sign in to comment.