diff --git a/Dockerfile b/Dockerfile index 4ae4b37..5fdff6c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,7 +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 +COPY --from=builder /etc/ssl /etc/ RUN /bin/busybox touch /etc/passwd RUN /bin/busybox mkdir -p /tmp RUN /bin/busybox chmod 0777 /tmp