mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Get rid of unnecessary udev in docker image
This commit is contained in:
parent
8fda1169e5
commit
02ae541246
1 changed files with 4 additions and 4 deletions
|
@ -26,11 +26,11 @@ RUN yum -y install centos-release-scl && yum clean all
|
||||||
|
|
||||||
RUN yum -y install git meson ninja-build autoconf automake libtool \
|
RUN yum -y install git meson ninja-build autoconf automake libtool \
|
||||||
fontconfig-devel freetype-devel libX11-devel at-spi2-core-devel alsa-lib-devel \
|
fontconfig-devel freetype-devel libX11-devel at-spi2-core-devel alsa-lib-devel \
|
||||||
pulseaudio-libs-devel mesa-libGL-devel mesa-libEGL-devel libudev-devel \
|
pulseaudio-libs-devel mesa-libGL-devel mesa-libEGL-devel gtk3-devel \
|
||||||
gtk3-devel pkgconfig bison yasm file which xorg-x11-util-macros \
|
perl-XML-Parser pkgconfig bison yasm file which xorg-x11-util-macros \
|
||||||
devtoolset-10-make devtoolset-10-gcc devtoolset-10-gcc-c++ \
|
devtoolset-10-make devtoolset-10-gcc devtoolset-10-gcc-c++ \
|
||||||
devtoolset-10-binutils llvm-toolset-7.0 llvm-toolset-7.0-clang-devel \
|
devtoolset-10-binutils llvm-toolset-7.0 llvm-toolset-7.0-clang-devel \
|
||||||
llvm-toolset-7.0-llvm-devel perl-XML-Parser && yum clean all
|
llvm-toolset-7.0-llvm-devel && yum clean all
|
||||||
|
|
||||||
SHELL [ "bash", "-c", ". /opt/rh/devtoolset-10/enable; exec bash -c \"$@\"", "-s"]
|
SHELL [ "bash", "-c", ". /opt/rh/devtoolset-10/enable; exec bash -c \"$@\"", "-s"]
|
||||||
|
|
||||||
|
@ -835,7 +835,7 @@ RUN git submodule init
|
||||||
RUN git submodule update
|
RUN git submodule update
|
||||||
|
|
||||||
WORKDIR src/third_party/pipewire
|
WORKDIR src/third_party/pipewire
|
||||||
RUN meson build
|
RUN meson build -Dspa-plugins=disabled
|
||||||
|
|
||||||
WORKDIR ../../..
|
WORKDIR ../../..
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue