Skip to content

Commit

Permalink
Merge pull request #26 from cherusk/health_check_endpoint
Browse files Browse the repository at this point in the history
health check repair install glitch
  • Loading branch information
cherusk authored Apr 22, 2023
2 parents b33ff67 + b1e148e commit c66c42f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ COPY . /prometheus-ss-exporter

RUN set -ex \
&& apt-get update \
&& apt-get install -y git \
&& apt-get install -y git curl \
&& apt-get clean \
&& pip install --no-cache-dir -U pip curl \
&& pip install --no-cache-dir -U pip \
&& cd /prometheus-ss-exporter \
&& python3 setup.py install

Expand Down

0 comments on commit c66c42f

Please sign in to comment.