Skip to content

Commit

Permalink
Add stream dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
2sheds committed Dec 6, 2024
1 parent f1de95b commit d07c713
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 @@ -10,7 +10,7 @@ ARG PACKAGES="samba-common-tools mariadb-connector-c ffmpeg tiff openjpeg libxsl
ARG DEPS="shadow zlib-dev libjpeg-turbo-dev tiff-dev freetype-dev lcms2-dev libwebp-dev openjpeg-dev mariadb-dev libxml2-dev libxslt-dev"
# TODO: xbox integration depends on pydantic 1.10.12; fixed in xbox-webapi v2.1.0 https://github.com/home-assistant/core/issues/99218#issuecomment-2086615087
ARG EXTRA_PLUGINS="python-dateutil pycryptodome mysqlclient evdev pydantic==1.10.12"
ARG PLUGINS="pyotp|PyQRCode|sqlalchemy|lru-dict|wakeonlan|paho-mqtt|netdisco|pysnmp|pushover_complete|hbmqtt|pyfttt|pyemby|steamodd|hole|HAP-python|PyQRCode|fnvhash|base36|aiohomekit|ha-ffmpeg|PyTurboJPEG|pywebpush|holidays|colorlog|pysonos|soco|plexapi|plexauth|plexwebsocket|hkavr|spotipy|samsungctl|samsungtvws|getmac|mutagen|pycsspeechtts|pyipp|async-upnp-client|pyowm|emoji|pillow|xbox-webapi|caldav|connect-box|bleak|dbus-fast|bluetooth-data-tools|bluetooth-adapters|bluetooth-auto-recovery|xiaomi-ble|pyudev|pyserial|habluetooth|aioesphomeapi|janus|hassil|home-assistant-intents|aioesphomeapii|esphome-dashboard-api|aioshelly|fnv-hash-fast|webrtcvad|aioruuvigateway|sonos-websocket|python-otbr-api|pyroute2|asyncinotify|aiohttp-cors|Pillow|SQLAlchemy|PlexAPI|pushover-complete|numpy|webrtc-noise-gain|python-matter-server|ha-av|WSDiscovery|onvif-zeep-async|pyatv|PyMetno|babel|jsonpath|ical|aiodhcpwatcher|pysnmp-lextudio|isal|pymicro-vad|cached-ipaddress|pyspeex-noise"
ARG PLUGINS="pyotp|PyQRCode|sqlalchemy|lru-dict|wakeonlan|paho-mqtt|netdisco|pysnmp|pushover_complete|hbmqtt|pyfttt|pyemby|steamodd|hole|HAP-python|PyQRCode|fnvhash|base36|aiohomekit|ha-ffmpeg|PyTurboJPEG|pywebpush|holidays|colorlog|pysonos|soco|plexapi|plexauth|plexwebsocket|hkavr|spotipy|samsungctl|samsungtvws|getmac|mutagen|pycsspeechtts|pyipp|async-upnp-client|pyowm|emoji|pillow|xbox-webapi|caldav|connect-box|bleak|dbus-fast|bluetooth-data-tools|bluetooth-adapters|bluetooth-auto-recovery|xiaomi-ble|pyudev|pyserial|habluetooth|aioesphomeapi|janus|hassil|home-assistant-intents|aioesphomeapii|esphome-dashboard-api|aioshelly|fnv-hash-fast|webrtcvad|aioruuvigateway|sonos-websocket|python-otbr-api|pyroute2|asyncinotify|aiohttp-cors|Pillow|SQLAlchemy|PlexAPI|pushover-complete|numpy|webrtc-noise-gain|python-matter-server|ha-av|WSDiscovery|onvif-zeep-async|pyatv|PyMetno|babel|jsonpath|ical|aiodhcpwatcher|pysnmp-lextudio|isal|pymicro-vad|cached-ipaddress|pyspeex-noise|av"

RUN apk add --update-cache ${PACKAGES} && \
apk add --virtual=build-dependencies build-base libffi-dev ${DEPS} && \
Expand Down

0 comments on commit d07c713

Please sign in to comment.