Skip to content

Commit

Permalink
image: add lib and include directories to yanet docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Timur Aitov authored and taitov committed Jan 30, 2024
1 parent c06aee6 commit c58f828
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions image/yanet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ RUN apt-get update && apt-get install -y --no-install-recommends \

COPY --from=builder /target/bin/* /usr/bin/
COPY --from=builder /target/share /usr/share
COPY --from=builder /target/lib /usr/lib
COPY --from=builder /target/include /usr/include
2 changes: 2 additions & 0 deletions image/yanet/Dockerfile.ubuntu18.04
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ RUN apt-get update && apt-get install -y --no-install-recommends \

COPY --from=builder /target/bin/* /usr/bin/
COPY --from=builder /target/share /usr/share
COPY --from=builder /target/lib /usr/lib
COPY --from=builder /target/include /usr/include

0 comments on commit c58f828

Please sign in to comment.