Skip to content

Commit

Permalink
giving permissions to cmake file
Browse files Browse the repository at this point in the history
  • Loading branch information
gangatp committed Jan 23, 2024
1 parent b88a959 commit 41a8bb7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ ADD . lib3mf-repo

WORKDIR "/lib3mf-repo"

RUN chmod +x cmake/GenerateMake.sh

RUN cmake/GenerateMake.sh

WORKDIR "/lib3mf-repo/build"
Expand All @@ -67,7 +69,7 @@ RUN mkdir out

RUN mkdir out/Bindings

RUN cp ./lib3mf-repo/Autogenerated/Bindings/. ./out/Bindings/
RUN cp -r ./lib3mf-repo/Autogenerated/Bindings/. ./out/Bindings/

RUN cp ./lib3mf-repo/build/lib3mf.so ./out/

Expand Down

0 comments on commit 41a8bb7

Please sign in to comment.