oneuptime/Fluentd/Dockerfile.tpl

4 lines
90 B
Docker
Raw Normal View History

2024-02-02 12:21:29 +00:00
FROM fluentd
USER root
# Install bash and curl.
RUN apk add --update --no-cache bash curl