Skip to content

Commit

Permalink
Extend debian base image with libegl1 and libopengl0
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Bargull <[email protected]>
  • Loading branch information
mvdbeek authored and mbargull committed Oct 16, 2023
1 parent b9ad319 commit 8532357
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/base-glibc-debian-bash/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ RUN [ ! -f /etc/apt/sources.list ] || sed --in-place= --regexp-extended \
apt-get install --yes \
--no-install-recommends \
libgl1-mesa-glx \
libegl1 \
libopengl0 \
locales \
openssh-client \
procps \
Expand Down

0 comments on commit 8532357

Please sign in to comment.