chore: allow ca-certificates
This commit is contained in:
parent
7dec072679
commit
823f93f556
|
@ -11,7 +11,7 @@ FROM debian:bullseye AS runtime
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN apt-get update && apt-get upgrade --no-install-recommends -y \
|
RUN apt-get update && apt-get upgrade --no-install-recommends -y \
|
||||||
&& apt-get install -y --no-install-recommends curl \
|
&& apt-get install -y curl ca-certificates \
|
||||||
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
COPY --from=builder /app/main .
|
COPY --from=builder /app/main .
|
||||||
|
|
Loading…
Reference in New Issue