mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-10-29 17:12:22 +00:00
Add default certificates to the docker container
This commit is contained in:
@@ -20,7 +20,9 @@ RUN go get -d -v && \
|
||||
FROM scratch
|
||||
COPY --from=builder /bin/sh /bin/busybox /usr/bin/openssl /bin/
|
||||
COPY --from=builder /lib/ld* /lib/libssl.* /lib/libcrypto.* /lib/
|
||||
COPY --from=builder /etc/group etc/ssl /etc/
|
||||
COPY --from=builder /etc/group /etc/ssl /etc/
|
||||
COPY --from=builder /usr/share/ca-certificates/mozilla/* /usr/share/ca-certificates/mozilla/
|
||||
|
||||
COPY databunker.yaml /databunker/conf/
|
||||
RUN /bin/busybox mkdir -p /databunker/data && \
|
||||
/bin/busybox mkdir -p /databunker/certs && \
|
||||
|
||||
Reference in New Issue
Block a user