mirror of
https://github.com/esphome/esphome.git
synced 2024-12-21 21:14:52 +01:00
Install updated git version in lint image (#1122)
This commit is contained in:
parent
dd4ea51d1f
commit
ac4a179703
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ RUN \
|
|||
clang-format-7 \
|
||||
clang-tidy-7 \
|
||||
patch \
|
||||
software-properties-common \
|
||||
&& apt-add-repository ppa:git-core/ppa \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
git \
|
||||
&& rm -rf \
|
||||
/tmp/* \
|
||||
/var/{cache,log}/* \
|
||||
|
|
Loading…
Reference in a new issue