This commit is contained in:
parent
f4213e0c20
commit
eb359e135b
@ -4,6 +4,6 @@ ENV DEBIAN_FRONTEND noninteractive
|
|||||||
|
|
||||||
RUN apt-get update -y
|
RUN apt-get update -y
|
||||||
RUN apt-get install -y --no-install-recommends git build-essential cmake ninja-build python3 python3-pip
|
RUN apt-get install -y --no-install-recommends git build-essential cmake ninja-build python3 python3-pip
|
||||||
RUN pip3 install --upgrade conan
|
RUN pip3 install --upgrade conan==1.42.1
|
||||||
RUN conan profile new default --detect
|
RUN conan profile new default --detect
|
||||||
RUN conan profile update settings.compiler.libcxx=libstdc++11 default
|
RUN conan profile update settings.compiler.libcxx=libstdc++11 default
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user