mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-10-30 01:22:28 +00:00
add /etc/ssl directory
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user