-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add cachetools to pip install on Dockerfile
- Loading branch information
C1299593 Phillipe Smith Carvalho Chaves
committed
Aug 6, 2020
1 parent
b24757c
commit 17e7002
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ LABEL version="1.2.0" \ | |
description="Rundeck metrics exporter to Prometheus" \ | ||
maintainer="Phillipe Smith <[email protected]>" | ||
|
||
RUN pip install prometheus-client requests | ||
RUN pip install prometheus-client requests cachetools | ||
|
||
COPY rundeck_exporter.py /usr/bin | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters