Install curl in Docker image
This commit is contained in:
parent
46e88afd23
commit
bca2229dcc
|
@ -3,6 +3,8 @@ ARG GEM_VERSION=
|
|||
|
||||
FROM ruby:${RUBY_VERSION}-slim
|
||||
|
||||
RUN apt update && apt install -y curl
|
||||
|
||||
RUN gem install --no-doc --version=${GEM_VERSION} prometheus_exporter
|
||||
|
||||
EXPOSE 9394
|
||||
|
|
Loading…
Reference in New Issue