Skip to content

Commit

Permalink
[DOCKER] Fix mesa build dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh5 committed Mar 11, 2022
1 parent e12cd7c commit a3bd45a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN \
&& apt-get update \
&& apt-get install -y \
libexpat1=2.2.9-1build1 \
libgl1-mesa-dri=21.2.6-0ubuntu0.1~20.04.1 \
libgl1-mesa-dri=21.2.6-0ubuntu0.1~20.04.2 \
libglib2.0-0=2.64.6-1~ubuntu20.04.4 \
libgomp1=10.3.0-1ubuntu1~20.04 \
libharfbuzz0b=2.6.4-1ubuntu4 \
Expand Down Expand Up @@ -59,7 +59,7 @@ RUN \
&& \
echo "**** Install MESA Media Drivers for AMD VAAPI ****" \
&& apt-get install -y \
mesa-va-drivers=21.2.6-0ubuntu0.1~20.04.1 \
mesa-va-drivers=21.2.6-0ubuntu0.1~20.04.2 \
&& \
echo "**** Remove build packages ****" \
&& apt-get remove -y \
Expand Down

0 comments on commit a3bd45a

Please sign in to comment.