mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-10-30 17:37:50 +00:00
fix ceritificate issues
This commit is contained in:
@@ -20,8 +20,8 @@ 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 /usr/share/ca-certificates/mozilla/* /usr/share/ca-certificates/mozilla/
|
||||
COPY --from=builder /etc/group /etc/
|
||||
COPY --from=builder /etc/ssl /etc/ssl
|
||||
|
||||
COPY databunker.yaml /databunker/conf/
|
||||
RUN /bin/busybox mkdir -p /databunker/data && \
|
||||
|
||||
Reference in New Issue
Block a user