oneuptime/Fluentd/Dockerfile.tpl

7 lines
130 B
Docker
Raw Normal View History

2024-02-02 12:21:29 +00:00
FROM fluentd
2024-02-16 07:40:22 +00:00
# This container will only run in dev env, so this is ok.
2024-02-02 12:21:29 +00:00
USER root
2024-02-16 07:40:22 +00:00
2024-02-02 12:21:29 +00:00
# Install bash and curl.
2024-02-16 07:40:22 +00:00
RUN apk add bash curl