diff --git a/Dockerfile b/Dockerfile index c1f6780..4ae4b37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,6 +47,7 @@ RUN /bin/busybox mkdir -p /databunker/certs RUN /bin/busybox ln -s /bin/busybox /bin/addgroup RUN /bin/busybox ln -s /bin/busybox /bin/adduser COPY --from=builder /etc/group /etc/ +COPY --from=builder /etc/ssl /etc RUN /bin/busybox touch /etc/passwd RUN /bin/busybox mkdir -p /tmp RUN /bin/busybox chmod 0777 /tmp