Skip to content

Commit

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

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

0 comments on commit 1f3d301

Please sign in to comment.