Skip to content

Commit a3bd45a

Browse files
committed
[DOCKER] Fix mesa build dependency issue
1 parent e12cd7c commit a3bd45a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN \
1818
&& apt-get update \
1919
&& apt-get install -y \
2020
libexpat1=2.2.9-1build1 \
21-
libgl1-mesa-dri=21.2.6-0ubuntu0.1~20.04.1 \
21+
libgl1-mesa-dri=21.2.6-0ubuntu0.1~20.04.2 \
2222
libglib2.0-0=2.64.6-1~ubuntu20.04.4 \
2323
libgomp1=10.3.0-1ubuntu1~20.04 \
2424
libharfbuzz0b=2.6.4-1ubuntu4 \
@@ -59,7 +59,7 @@ RUN \
5959
&& \
6060
echo "**** Install MESA Media Drivers for AMD VAAPI ****" \
6161
&& apt-get install -y \
62-
mesa-va-drivers=21.2.6-0ubuntu0.1~20.04.1 \
62+
mesa-va-drivers=21.2.6-0ubuntu0.1~20.04.2 \
6363
&& \
6464
echo "**** Remove build packages ****" \
6565
&& apt-get remove -y \

0 commit comments

Comments
 (0)