Skip to content

Commit

Permalink
added include dir to dependency copys to get h files
Browse files Browse the repository at this point in the history
  • Loading branch information
ajloughr-leidos committed Feb 7, 2024
1 parent 623713b commit ca2081c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ RUN ./library.sh
RUN ldconfig

COPY --from=dependencies /usr/local/plugins/ /usr/local/plugins/
COPY --from=dependencies /usr/local/include/ /usr/local/include/
COPY --from=dependencies /usr/local/lib/ /usr/local/lib/
COPY --from=dependencies /usr/local/bin/ /usr/local/bin/
COPY --from=dependencies /usr/lib/ /usr/lib/
Expand Down

0 comments on commit ca2081c

Please sign in to comment.