Skip to content

Commit

Permalink
dotnetUno: Add libgles2 and libgl1-mesa-dev
Browse files Browse the repository at this point in the history
If we are not using the downstream Vivante GPU drivers we need to
install the mesa drivers to have OpenGL support.

Related-to: #51
Signed-off-by: Matheus Castello <matheus.castello@toradex.com>
  • Loading branch information
microhobby committed Jun 13, 2023
1 parent 5be367b commit 64e87be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dotnetUno/Dockerfile
Expand Up @@ -56,7 +56,7 @@ RUN apt-get -q -y update && \
imx-gpu-viv-wayland-dev \
; else \
apt-get -q -y install \
libgl1 \
libgles2 libgl1-mesa-dev \
; fi \
&& \
apt-get clean && apt-get autoremove && \
Expand Down
2 changes: 1 addition & 1 deletion dotnetUno/Dockerfile.debug
Expand Up @@ -58,7 +58,7 @@ RUN apt-get -q -y update && \
imx-gpu-viv-wayland-dev \
; else \
apt-get -q -y install \
libgl1 \
libgl1 libgles2 libgl1-mesa-dev \
; fi \
&& \
apt-get clean && apt-get autoremove && \
Expand Down

0 comments on commit 64e87be

Please sign in to comment.