mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 11:22:24 +01:00
Install updated git version in lint image (#1122)
This commit is contained in:
@@ -6,6 +6,10 @@ RUN \
|
|||||||
clang-format-7 \
|
clang-format-7 \
|
||||||
clang-tidy-7 \
|
clang-tidy-7 \
|
||||||
patch \
|
patch \
|
||||||
|
software-properties-common \
|
||||||
|
&& apt-add-repository ppa:git-core/ppa \
|
||||||
|
&& apt-get install -y --no-install-recommends \
|
||||||
|
git \
|
||||||
&& rm -rf \
|
&& rm -rf \
|
||||||
/tmp/* \
|
/tmp/* \
|
||||||
/var/{cache,log}/* \
|
/var/{cache,log}/* \
|
||||||
|
Reference in New Issue
Block a user