esphome/Dockerfile
sqozz 7e8eb90d62
All checks were successful
/ build (push) Successful in 1m45s
Initial container definition
2024-06-05 21:33:51 +02:00

7 lines
252 B
Docker

# hadolint ignore=DL3006
FROM alpine:latest
RUN apk add curl python3 py3-pip
RUN rm -f /usr/lib/*/EXTERNALLY-MANAGED
RUN pip install esphome
RUN pip install -r <(curl -s https://raw.githubusercontent.com/esphome/esphome/main/requirements_optional.txt)