Replies: 1 comment 1 reply
-
|
Even with building from source, I can shrink the image significantly: me@server[~/apprise-api]: docker image ls
REPOSITORY TAG IMAGE ID CREATED SIZE
apprise test 1c2c32027066 2 minutes ago 234MB
caronc/apprise latest 8fc9dd34b1f6 4 weeks ago 2.03GB |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was looking at some possible improvements to the Dockerfile and curious why
cryptographyis build from source? It provides wheels for both the build platforms (x86_64 and ARM64), so why does the build not use those?Beta Was this translation helpful? Give feedback.
All reactions