Skip to content

Commit

Permalink
[DOCKER] Fix Docker image build failing due to missing package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh5 committed Mar 1, 2024
1 parent a58a688 commit b9d7b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN \
libx11-6=2:1.7.5-1ubuntu0.3 \
libxcb1=1.14-3ubuntu3 \
libxext6=2:1.3.4-1build1 \
libxml2=2.9.13+dfsg-1ubuntu0.3 \
libxml2=2.9.13+dfsg-1ubuntu0.4 \
&& \
echo "**** Install all available media acceleration packages ****" \
# va-driver-all:
Expand Down

0 comments on commit b9d7b51

Please sign in to comment.