Run ldconfig in Debian Docker images only

This commit is contained in:
lwthiker
2022-07-29 21:58:38 +03:00
parent 8f19c20868
commit c90b33a605
3 changed files with 1 additions and 5 deletions

View File

@@ -140,7 +140,5 @@ FROM alpine:3.15.0
# Copy curl-impersonate from the builder image
COPY --from=builder /build/install /usr/local
# Update the loader's cache
RUN ldconfig
# Wrapper scripts
COPY --from=builder /build/out/curl_* /usr/local/bin/