build: remove step is not necessary

monorepo
Varun Patil 2023-06-04 11:25:55 -07:00
parent 272a15245c
commit 92413eaa29
2 changed files with 4 additions and 2 deletions

View File

@ -2,8 +2,9 @@
set -e
# apt-get remove -y libva ffmpeg # not needed for Docker
apt-get update
apt-get remove -y libva ffmpeg
apt-get install -y \
sudo curl wget \
autoconf libtool libdrm-dev xorg xorg-dev openbox \

View File

@ -2,8 +2,9 @@
set -e
# apt-get remove -y libva ffmpeg # not needed for Docker
apt-get update
apt-get remove -y libva ffmpeg
apt-get install -y \
sudo curl wget \
autoconf libtool libdrm-dev xorg xorg-dev openbox \