made suggested changes

This commit is contained in:
PatrickChenHZ 2024-12-25 04:32:48 -06:00 committed by Lane.Wei
parent acb47e37fc
commit b760f27fc7
1 changed files with 2 additions and 7 deletions

View File

@ -13,7 +13,6 @@ RUN apt-get update && apt-get install -y \
build-essential \ build-essential \
cmake \ cmake \
curl \ curl \
bc \
xvfb \ xvfb \
eglexternalplatform-dev \ eglexternalplatform-dev \
extra-cmake-modules \ extra-cmake-modules \
@ -48,13 +47,9 @@ RUN apt-get update && apt-get install -y \
sudo \ sudo \
wayland-protocols \ wayland-protocols \
bash \ bash \
libwebkit2gtk-4.1-dev \
wget wget
#Temporary fix for 24.10 dependency, 24.10 still required for ffmpeg7 to run Bug-free
RUN echo 'deb http://gb.archive.ubuntu.com/ubuntu jammy main' >> /etc/apt/sources.list
RUN apt-get update && apt-get install -y libwebkit2gtk-4.0-dev
# Change your locale here if you want. See the output # Change your locale here if you want. See the output
# of `locale -a` to pick the correct string formatting. # of `locale -a` to pick the correct string formatting.
ENV LC_ALL=en_US.utf8 ENV LC_ALL=en_US.utf8