mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-19 09:53:02 -04:00
Merge pull request #194 from linuxserver/universal-apprise-rust
Add rust for crypto
This commit is contained in:
@@ -7,11 +7,17 @@ if ! command -v apprise; then
|
|||||||
apt-get update
|
apt-get update
|
||||||
apt-get install --no-install-recommends -y \
|
apt-get install --no-install-recommends -y \
|
||||||
python3 \
|
python3 \
|
||||||
python3-pip
|
python3-pip \
|
||||||
|
runc
|
||||||
fi
|
fi
|
||||||
# Alpine
|
# Alpine
|
||||||
if [ -f /sbin/apk ]; then
|
if [ -f /sbin/apk ]; then
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
|
cargo \
|
||||||
|
libffi-dev \
|
||||||
|
openssl-dev \
|
||||||
|
python3 \
|
||||||
|
python3-dev \
|
||||||
python3 \
|
python3 \
|
||||||
py3-pip
|
py3-pip
|
||||||
fi
|
fi
|
||||||
@@ -22,4 +28,8 @@ if ! command -v apprise; then
|
|||||||
# apprise
|
# apprise
|
||||||
python3 -m pip install --upgrade apprise
|
python3 -m pip install --upgrade apprise
|
||||||
|
|
||||||
|
# cleanup cargo
|
||||||
|
rm -rf \
|
||||||
|
${HOME}/.cargo
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user