mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-07 14:57:18 +02:00
Dockerfile was added for fluentd-ui.
Signed-off-by: Turkalp Burak KAYRANCIOGLU <bkayranci@gmail.com>
This commit is contained in:
parent
77dd626ac8
commit
d48d672ebc
19
Dockerfile
Normal file
19
Dockerfile
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
FROM ruby:2.7.0-slim
|
||||||
|
|
||||||
|
LABEL maintainer="Fluentd developers <fluentd@googlegroups.com>"
|
||||||
|
LABEL description="fluentd-ui docker image"
|
||||||
|
LABEL Vendor="Fluent Organization"
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y \
|
||||||
|
build-essential \
|
||||||
|
libssl-dev \
|
||||||
|
libxml2-dev \
|
||||||
|
libxslt1-dev \
|
||||||
|
ruby-dev \
|
||||||
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
RUN gem install fluentd-ui
|
||||||
|
|
||||||
|
EXPOSE 9292
|
||||||
|
|
||||||
|
ENTRYPOINT [ "fluentd-ui", "start" ]
|
Loading…
Reference in New Issue
Block a user