Skip to content

Commit

Permalink
Add cmake to devcontainer (home-assistant#70253)
Browse files Browse the repository at this point in the history
* add cmake to devcontainer. fixes home-assistant#70250

* reformatting
  • Loading branch information
justinedelson authored Apr 20, 2022
1 parent 16de5ed commit abbac23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN \
libpcap-dev \
libturbojpeg0 \
git \
cmake \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit abbac23

Please sign in to comment.