Skip to content
Snippets Groups Projects
Commit be891fd2 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

CHG: Add conan profile detection to Dockerfile

parent aeb34693
Branches
Tags
2 merge requests!41Release 0.3.0,!35Adapt for Conan 2
Pipeline #53525 failed
......@@ -5,6 +5,7 @@ COPY .docker/wait-for-it.sh /wait-for-it.sh
# build and install caosdb-cpplib
WORKDIR /libcaosdb/
RUN conan profile detect -f
RUN conan create -s "compiler.libcxx=libstdc++11" -o caosdb/*:build_acm=True .
COPY . /caosdb-cppinttest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment