Skip to content

Commit

Permalink
hadolint fixes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
chemelli74 committed Aug 30, 2021
1 parent 342b302 commit 0f2221e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN pip3 install -r requirements.txt \
&& pip3 install -r requirements_test.txt \
&& rm -rf requirements.txt requirements_test.txt requirements_test_pre_commit.txt homeassistant/
# Additional library needed by fjaraskupan tests and accordingly by VScode Tests Discovery
RUN apt-get update && apt-get install -y bluez \
RUN apt-get update && apt-get install --no-install-recommends -y bluez \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 0f2221e

Please sign in to comment.