Skip to content

Commit a070b94

Browse files
committed
Remove tini from image, we don't need it as we're handling all the exits etc in start.sh
Signed-off-by: Adam Warner <[email protected]>
1 parent d762e91 commit a070b94

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ RUN apk add --no-cache \
3333
psmisc \
3434
shadow \
3535
sudo \
36-
tini \
3736
tzdata \
3837
unzip \
3938
wget
@@ -95,4 +94,4 @@ FROM ${FTL_SOURCE}-ftl-install AS final
9594

9695
HEALTHCHECK CMD dig +short +norecurse +retry=0 @127.0.0.1 pi.hole || exit 1
9796

98-
ENTRYPOINT ["/sbin/tini", "--", "start.sh"]
97+
ENTRYPOINT ["start.sh"]

0 commit comments

Comments
 (0)