mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2025-08-10 10:49:26 +00:00
Install ca-certificates in the Debian containers
This commit is contained in:
@@ -138,7 +138,7 @@ RUN chmod +x out/curl_*
|
||||
# Create a final, minimal image with the compiled binaries
|
||||
# only.
|
||||
FROM debian:buster-slim
|
||||
|
||||
RUN apt-get update && apt-get install -y ca-certificates
|
||||
# Copy curl-impersonate from the builder image
|
||||
COPY --from=builder /build/install /usr/local
|
||||
# Update the loader's cache
|
||||
|
@@ -137,7 +137,6 @@ RUN chmod +x out/curl_*
|
||||
# Create a final, minimal image with the compiled binaries
|
||||
# only.
|
||||
FROM alpine:3.15.0
|
||||
|
||||
# Copy curl-impersonate from the builder image
|
||||
COPY --from=builder /build/install /usr/local
|
||||
# Wrapper scripts
|
||||
|
Reference in New Issue
Block a user