We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb99d0 commit 1efecd7Copy full SHA for 1efecd7
docker/Dockerfile.build
@@ -11,4 +11,5 @@ WORKDIR /src
11
RUN --mount=type=bind,target=.,rw cmake -B build && make -C build all test install
12
FROM ${BASE_IMAGE} AS clean
13
COPY --from=build /usr/local/lib/libg722.* /usr/local/lib/
14
-COPY --from=build /usr/local/include/g722* /usr/local/include/
+COPY --from=build --exclude=g722_common.h --exclude=g722_private.h \
15
+ /usr/local/include/g722* /usr/local/include/
0 commit comments