Skip to content

Commit bca2229

Browse files
michael-accredibletgxworld
authored andcommitted
Install curl in Docker image
1 parent 46e88af commit bca2229

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ ARG GEM_VERSION=
33

44
FROM ruby:${RUBY_VERSION}-slim
55

6+
RUN apt update && apt install -y curl
7+
68
RUN gem install --no-doc --version=${GEM_VERSION} prometheus_exporter
79

810
EXPOSE 9394

0 commit comments

Comments
 (0)