Skip to content

Commit

Permalink
Don't install private headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Jul 29, 2024
1 parent 5fb99d0 commit 1efecd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ WORKDIR /src
RUN --mount=type=bind,target=.,rw cmake -B build && make -C build all test install
FROM ${BASE_IMAGE} AS clean
COPY --from=build /usr/local/lib/libg722.* /usr/local/lib/
COPY --from=build /usr/local/include/g722* /usr/local/include/
COPY --from=build --exclude=g722_common.h --exclude=g722_private.h \
/usr/local/include/g722* /usr/local/include/

0 comments on commit 1efecd7

Please sign in to comment.