1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

Adds support cpp to vscode (#1828)

Co-authored-by: Stefan Agner <stefan@agner.ch>
This commit is contained in:
dentra
2021-06-15 01:45:22 +03:00
committed by GitHub
parent 93f8ee7e60
commit c411043681
5 changed files with 58 additions and 26 deletions

View File

@@ -1,13 +1 @@
FROM esphome/esphome-base-amd64:3.4.0
COPY . .
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
python3-wheel \
net-tools \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /workspaces
ENV SHELL /bin/bash
FROM esphome/esphome-lint:1.1