Skip to content
Snippets Groups Projects
Verified Commit bb9eaa03 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

PIPELINE: Dockerfile

parent aaafde2e
No related branches found
No related tags found
No related merge requests found
Pipeline #10699 failed
......@@ -5,9 +5,7 @@ COPY .docker/wait-for-it.sh /wait-for-it.sh
# build and install caosdb-cpplib
WORKDIR /libcaosdb/
RUN mkdir build
WORKDIR /libcaosdb/build
RUN conan create .. -s "compiler.libcxx=libstdc++11"
RUN conan create . -s "compiler.libcxx=libstdc++11"
COPY . /caosdb-octaveinttest
WORKDIR /caosdb-octaveinttest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment