added tini
This commit is contained in:
parent
dc09d70a5a
commit
eb6f580905
@ -1,8 +1,10 @@
|
|||||||
FROM alpine:3.21
|
FROM alpine:3.21
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apk -U add openssh-server rsync borgbackup
|
apk --no-cache upgrade && \
|
||||||
|
apk --no-cache add openssh-server rsync borgbackup tini
|
||||||
|
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
|
|
||||||
ENTRYPOINT [ "/bin/sh", "/app/entrypoint.sh" ]
|
ENTRYPOINT [ "tini", "--" ]
|
||||||
|
CMD [ "/bin/sh", "/app/entrypoint.sh" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user