add /etc/ssl directory

This commit is contained in:
root
2020-03-22 14:24:08 +00:00
parent 7e759241bd
commit 0ca7eebf47

View File

@@ -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