Skip to content

Commit

Permalink
Fix pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
psidex committed Jul 24, 2023
1 parent 1f3d301 commit e891420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.client
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN cargo build --bin ipmon --release

FROM debian:bullseye-slim
RUN apt update && apt -y install ca-certificates python3-pip && rm -rf /var/lib/apt/lists/*
RUN pip install apprise -y
RUN pip install apprise
WORKDIR /app
COPY --from=build /ipmon/target/release/ipmon ./
ENTRYPOINT ["/app/ipmon"]

0 comments on commit e891420

Please sign in to comment.