mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
install libsodium to enable decryption of encrypted owntracks payload (#5976)
This commit is contained in:
parent
e17410c9a1
commit
39ca1a5a0d
@ -21,6 +21,8 @@ PACKAGES=(
|
||||
nmap net-tools libcurl3-dev
|
||||
# homeassistant.components.device_tracker.bluetooth_tracker
|
||||
bluetooth libglib2.0-dev libbluetooth-dev
|
||||
# homeassistant.components.device_tracker.owntracks
|
||||
libsodium13
|
||||
)
|
||||
|
||||
# Required debian packages for building dependencies
|
||||
@ -66,4 +68,4 @@ apt-get -y --purge autoremove
|
||||
|
||||
# Cleanup
|
||||
apt-get clean
|
||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* build/
|
||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* build/
|
||||
|
Loading…
x
Reference in New Issue
Block a user