FROM public.ecr.aws/datadog/agent:7.79.2

COPY entrypoint-wrapper.sh /bin/entrypoint-wrapper.sh
RUN chmod +x /bin/entrypoint-wrapper.sh && \
  apt update && \
  apt install -y gettext-base && \
  apt clean

ENTRYPOINT [ "/bin/entrypoint-wrapper.sh" ]
