fix: install ca certs
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
eaa54e466c
commit
bd93487c2d
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ ENTRYPOINT ["/rageshake/rageshake"]
|
||||||
## Runtime stage ##
|
## Runtime stage ##
|
||||||
FROM debian:bullseye as rageshake
|
FROM debian:bullseye as rageshake
|
||||||
LABEL org.opencontainers.image.source https://git.batsense.net/mystiq/rageshake
|
LABEL org.opencontainers.image.source https://git.batsense.net/mystiq/rageshake
|
||||||
|
RUN apt-get update && apt-get install -y ca-certificates
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
COPY --from=builder /build/rageshake /rageshake/
|
COPY --from=builder /build/rageshake /rageshake/
|
||||||
EXPOSE 9110
|
EXPOSE 9110
|
||||||
|
|
Reference in a new issue