oneuptime/Fluentd/Dockerfile.tpl
2024-02-02 12:21:29 +00:00

4 lines
90 B
Smarty

FROM fluentd
USER root
# Install bash and curl.
RUN apk add --update --no-cache bash curl