mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
7 lines
130 B
Smarty
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 |