We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d840560 commit f96e31eCopy full SHA for f96e31e
1 file changed
Dockerfile
@@ -23,7 +23,8 @@ RUN ldd /usr/bin/curl | grep '=>' | awk '{print $3}' | \
23
FROM ghcr.io/pterodactyl/wings:${VERSION_TAG}
24
25
# Copy curl and its dependencies from build stage
26
-COPY --from=build /build/curl_deps/ /
+COPY --from=build /build/curl_deps/usr /usr
27
+COPY --from=build /build/curl_deps/lib /lib
28
29
# Set the library path
30
ENV LD_LIBRARY_PATH=/lib:/usr/lib
0 commit comments