Issues with downloading vainfo from intel repo. Use the standard one
This commit is contained in:
parent
8ad0754222
commit
70656ac62e
@ -20,6 +20,7 @@ RUN apt-get update && \
|
|||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
software-properties-common \
|
software-properties-common \
|
||||||
git \
|
git \
|
||||||
|
vainfo \
|
||||||
trash-cli && \
|
trash-cli && \
|
||||||
mkdir -p \
|
mkdir -p \
|
||||||
/app \
|
/app \
|
||||||
@ -45,7 +46,7 @@ RUN apt-get update && \
|
|||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
intel-media-va-driver-non-free \
|
intel-media-va-driver-non-free \
|
||||||
vainfo \
|
#vainfo \
|
||||||
mesa-va-drivers && \
|
mesa-va-drivers && \
|
||||||
|
|
||||||
# HandBrake deps
|
# HandBrake deps
|
||||||
|
Reference in New Issue
Block a user