Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0ac92d42 authored by GILLES Sebastien's avatar GILLES Sebastien
Browse files

Fix right issues in the Dockerfile.

parent a2aaf2da
No related branches found
No related tags found
No related merge requests found
Pipeline #1157390 canceled
......@@ -20,25 +20,23 @@ ARG is_single_library
ARG library_type
USER root
WORKDIR MoReFEM
RUN mkdir -p build_docker
RUN chmod 777 build_docker /opt
WORKDIR /home/${USER}/Codes/MoReFEM
RUN chmod 777 /opt
RUN chown -R ${USER} .
USER ${USER}
RUN mkdir -p build_docker Documentation ExternalTools/ClangFormat
COPY Sources Sources
COPY cmake cmake
COPY Scripts Scripts
COPY CMakeLists.txt CMakeLists.txt
COPY Data Data
RUN mkdir -p Documentation ExternalTools/ClangFormat
COPY Documentation/CopyrightNotice.txt Documentation/CopyrightNotice.txt
COPY ExternalTools/ClangFormat/clang-format ExternalTools/ClangFormat/clang-format
WORKDIR build_docker
WORKDIR /home/${USER}/Codes/MoReFEM/build_docker
RUN python3 ../cmake/Scripts/configure_cmake.py --cache_file=../cmake/PreCache/linux.cmake --cmake_args="-G Ninja" --install_directory=/opt --third_party_directory=/opt --morefem_as_single_library=${is_single_library} --mode=${mode} --library_type=${library_type}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment