Skip to content

Commit

Permalink
Extend debian base image with libegl1 and libopengl0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Sep 27, 2023
1 parent 73b91f6 commit b1404cb
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 @@ -7,6 +7,8 @@ RUN apt-get update -qq \
apt-get install --yes \
--no-install-recommends \
libgl1-mesa-glx \
libegl1 \
libopengl0 \
locales \
openssh-client \
procps \
Expand Down

0 comments on commit b1404cb

Please sign in to comment.