Skip to content

Commit

Permalink
Add bluez to the devcontainer (home-assistant#55469)
Browse files Browse the repository at this point in the history
* Fix fjaraskupan dependency for tests

* update package list

* Typo

* hadolint fixes

* hadolint fixes home-assistant#2

* Cleanup

* Rewording
  • Loading branch information
chemelli74 authored Sep 4, 2021
1 parent 38d42de commit b7e8348
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit b7e8348

Please sign in to comment.