From 0ca7eebf4783416cd490d59aa438e7b6cea60577 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 22 Mar 2020 14:24:08 +0000 Subject: [PATCH] add /etc/ssl directory --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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