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