Fix for docker build errors
This commit fixes issue #4248 which is the reason for the build errors in docker.
This commit is contained in:
parent
14e947e32d
commit
e7f2297187
@ -1,7 +1,7 @@
|
|||||||
FROM debian
|
FROM debian
|
||||||
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
RUN apt update -y && apt install -y g++ gcc git curl wget nasm yasm libgtk-3-dev clang libxcb-randr0-dev libxdo-dev libxfixes-dev libxcb-shape0-dev libxcb-xfixes0-dev libasound2-dev libpulse-dev cmake unzip zip sudo libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
|
RUN apt update -y && apt install -y g++ gcc git curl wget nasm yasm libgtk-3-dev clang libxcb-randr0-dev libxdo-dev libxfixes-dev libxcb-shape0-dev libxcb-xfixes0-dev libasound2-dev libpulse-dev cmake unzip zip sudo libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev cmake ninja-build
|
||||||
|
|
||||||
RUN git clone https://github.com/microsoft/vcpkg && cd vcpkg && git checkout 134505003bb46e20fbace51ccfb69243fbbc5f82
|
RUN git clone https://github.com/microsoft/vcpkg && cd vcpkg && git checkout 134505003bb46e20fbace51ccfb69243fbbc5f82
|
||||||
RUN /vcpkg/bootstrap-vcpkg.sh -disableMetrics
|
RUN /vcpkg/bootstrap-vcpkg.sh -disableMetrics
|
||||||
|
Loading…
x
Reference in New Issue
Block a user