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
02df34d0e1
commit
a8b9892de4
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ RUN cargo build --release
|
||||||
|
|
||||||
FROM debian:bullseye as rwhook
|
FROM debian:bullseye as rwhook
|
||||||
LABEL org.opencontainers.image.source https://git.batsense.net/realaravinth/rwhook
|
LABEL org.opencontainers.image.source https://git.batsense.net/realaravinth/rwhook
|
||||||
|
RUN apt-get update && apt-get install -y ca-certificates
|
||||||
RUN useradd -ms /bin/bash -u 1001 rwhook
|
RUN useradd -ms /bin/bash -u 1001 rwhook
|
||||||
WORKDIR /home/rwhook
|
WORKDIR /home/rwhook
|
||||||
COPY --from=rust /src/target/release/rwhook /usr/local/bin/
|
COPY --from=rust /src/target/release/rwhook /usr/local/bin/
|
||||||
|
|
Reference in a new issue