mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Add bluez to the devcontainer (#55469)
* Fix fjaraskupan dependency for tests * update package list * Typo * hadolint fixes * hadolint fixes #2 * Cleanup * Rewording
This commit is contained in:
parent
38d42de2c0
commit
b7e8348c30
@ -6,6 +6,8 @@ RUN \
|
||||
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
|
||||
&& apt-get update \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
||||
# Additional library needed by some tests and accordingly by VScode Tests Discovery
|
||||
bluez \
|
||||
libudev-dev \
|
||||
libavformat-dev \
|
||||
libavcodec-dev \
|
||||
|
Loading…
x
Reference in New Issue
Block a user