mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 14:49:07 +00:00
4 lines
90 B
Smarty
4 lines
90 B
Smarty
FROM fluentd
|
|
USER root
|
|
# Install bash and curl.
|
|
RUN apk add --update --no-cache bash curl |