Skip to content

Commit

Permalink
Add cryptography because of Simple Push
Browse files Browse the repository at this point in the history
SimplePush.io needs cryptography lib otherwise Apprise returns not enabled for your system
  • Loading branch information
renickbuettner authored and moonrailgun committed Jan 19, 2025
1 parent f0fba13 commit ec8e9f7
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 @@ -64,7 +64,7 @@ COPY --from=static /app/tianji/src/server/public /app/tianji/src/server/public

RUN pnpm build:server

RUN pip install apprise --break-system-packages
RUN pip install apprise cryptography --break-system-packages

RUN rm -rf ./src/client
RUN rm -rf ./website
Expand Down

0 comments on commit ec8e9f7

Please sign in to comment.