Skip to content

Commit

Permalink
Oops, add tini.
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 committed Nov 14, 2024
1 parent 19ef71f commit 5cd885b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ FROM ${BASE_IMG} AS final
# Copy binaries from the 'source' build stage into the image we are building
COPY --from=source /tmp/out/bin/* /usr/local/bin/

# Install required runtime dependencies
RUN apk add --no-cache tini

# Use Tini to ensure that our application responds to CTRL-C when run in the
# foreground without the Docker argument "--init" (which is actually another
# way of activating Tini, but cannot be enabled from inside the Docker image).
Expand Down

0 comments on commit 5cd885b

Please sign in to comment.