Skip to content

Commit

Permalink
Fix pip installs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Sep 17, 2023
1 parent d505bf0 commit 6b9648c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="[email protected]"
RUN apt -y update && apt --no-install-recommends -y install prometheus-alertmanager python3-pip

COPY . .
RUN pip3 install .
RUN pip3 install --break-system-packages .

EXPOSE 9199

Expand Down

0 comments on commit 6b9648c

Please sign in to comment.