Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 8ea2c2e

Browse files
committed
README: do not use wildcard in COPY
As this causes problems with symlinks. Signed-off-by: Hidde Beydals <hello@hidde.co>
1 parent de644bc commit 8ea2c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ RUN echo "deb http://deb.debian.org/debian sid main" >> /etc/apt/sources.list \
107107
&& rm -rf /var/lib/apt/lists/*
108108

109109
# Copy libgit2.so*
110-
COPY --from=build /libgit2/lib/* /usr/local/lib/
110+
COPY --from=build /libgit2/lib/ /usr/local/lib/
111111
RUN ldconfig
112112

113113
# Copy over binary from build

0 commit comments

Comments
 (0)