Skip to content

Commit

Permalink
chore: include envsubst in the docker image (#3019)
Browse files Browse the repository at this point in the history
# Description
Install gettext-base which provides the `envsubst` binary. This will
allow the config file template to be rendered before invoking the
binary.
  • Loading branch information
beefbrisket911 authored Sep 30, 2024
1 parent b585cdd commit b24f697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry --mount=type=cache,targe
# Create an intermediate image to extract the binaries
FROM docker.io/debian:bookworm-slim as intermediate
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked apt-get update && \
apt-get install -y ca-certificates tini && \
apt-get install -y ca-certificates tini gettext-base && \
apt-get clean

FROM intermediate as alerter
Expand Down

0 comments on commit b24f697

Please sign in to comment.