-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #133 from jelmer/docker
Update docker image
- Loading branch information
Showing
2 changed files
with
7 additions
and
5 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 |
---|---|---|
@@ -1,7 +1,8 @@ | ||
FROM docker.io/debian:sid-slim | ||
LABEL maintainer="[email protected]" | ||
|
||
RUN apt -y update && apt --no-install-recommends -y install prometheus-alertmanager python3-pip | ||
RUN apt -y update && apt --no-install-recommends -y dist-upgrade | ||
RUN apt -y update && apt --no-install-recommends -y install prometheus-alertmanager python3-pip python3-slixmpp python3-aiohttp python3-pytz python3-yaml python3-aiohttp-openmetrics python3-jinja2 python3-bs4 | ||
|
||
COPY . . | ||
RUN pip3 install --break-system-packages . | ||
|
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