mirror of
https://github.com/esphome/esphome.git
synced 2025-01-31 10:10:56 +00:00
Link pip&python in lint Dockerfile
This commit is contained in:
parent
62d4b29662
commit
e553c0768e
@ -14,5 +14,7 @@ RUN \
|
|||||||
COPY requirements_test.txt /requirements_test.txt
|
COPY requirements_test.txt /requirements_test.txt
|
||||||
RUN pip3 install --no-cache-dir wheel && pip3 install --no-cache-dir -r /requirements_test.txt
|
RUN pip3 install --no-cache-dir wheel && pip3 install --no-cache-dir -r /requirements_test.txt
|
||||||
|
|
||||||
|
RUN ln -s /usr/bin/pip3 /usr/bin/pip && ln -f -s /usr/bin/python3 /usr/bin/python
|
||||||
|
|
||||||
VOLUME ["/esphome"]
|
VOLUME ["/esphome"]
|
||||||
WORKDIR /esphome
|
WORKDIR /esphome
|
||||||
|
Loading…
x
Reference in New Issue
Block a user