Skip to content

Commit

Permalink
Install curl in Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-accredible committed Nov 27, 2024
1 parent cbb669b commit da12fc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da12fc3

Please sign in to comment.