Skip to content

Commit

Permalink
Add tini-static to alpine images
Browse files Browse the repository at this point in the history
  • Loading branch information
DrJosh9000 committed Oct 28, 2024
1 parent 407af13 commit e44c841
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packaging/docker/alpine-k8s/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN apk update && apk add --no-cache \
run-parts \
su-exec \
tini \
tini-static \
tzdata

COPY docker-compose /usr/local/bin/docker-compose
Expand Down
1 change: 1 addition & 0 deletions packaging/docker/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN apk add --no-cache \
run-parts \
su-exec \
tini \
tini-static \
tzdata

COPY docker-compose /usr/local/bin/docker-compose
Expand Down

0 comments on commit e44c841

Please sign in to comment.