oneuptime/Fluentd/Dockerfile.tpl

10 lines
156 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
EXPOSE 24224
EXPOSE 8888