oneuptime/Fluentd/Dockerfile.tpl
2024-02-16 07:40:22 +00:00

7 lines
130 B
Smarty

FROM fluentd
# This container will only run in dev env, so this is ok.
USER root
# Install bash and curl.
RUN apk add bash curl