build: remove step is not necessary
parent
272a15245c
commit
92413eaa29
|
@ -2,8 +2,9 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
# apt-get remove -y libva ffmpeg # not needed for Docker
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get remove -y libva ffmpeg
|
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
sudo curl wget \
|
sudo curl wget \
|
||||||
autoconf libtool libdrm-dev xorg xorg-dev openbox \
|
autoconf libtool libdrm-dev xorg xorg-dev openbox \
|
||||||
|
|
|
@ -2,8 +2,9 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
# apt-get remove -y libva ffmpeg # not needed for Docker
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get remove -y libva ffmpeg
|
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
sudo curl wget \
|
sudo curl wget \
|
||||||
autoconf libtool libdrm-dev xorg xorg-dev openbox \
|
autoconf libtool libdrm-dev xorg xorg-dev openbox \
|
||||||
|
|
Loading…
Reference in New Issue