Skip to content

Commit f96e31e

Browse files
committed
Fix symlink issue
1 parent d840560 commit f96e31e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ RUN ldd /usr/bin/curl | grep '=>' | awk '{print $3}' | \
2323
FROM ghcr.io/pterodactyl/wings:${VERSION_TAG}
2424

2525
# Copy curl and its dependencies from build stage
26-
COPY --from=build /build/curl_deps/ /
26+
COPY --from=build /build/curl_deps/usr /usr
27+
COPY --from=build /build/curl_deps/lib /lib
2728

2829
# Set the library path
2930
ENV LD_LIBRARY_PATH=/lib:/usr/lib

0 commit comments

Comments
 (0)