fix: add certificates in goreleaser dockerfile
This commit is contained in:
parent
fccbb9ac06
commit
63b5b254c2
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
|||
FROM scratch
|
||||
FROM debian:bookworm-slim
|
||||
RUN set -x && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
||||
ca-certificates && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /app
|
||||
COPY ntfy-bridge /app/ntfy-bridge
|
||||
ENTRYPOINT ["/app/ntfy-bridge"]
|
||||
|
|
Loading…
Add table
Reference in a new issue