homeassistant-addons/epaper-station/Dockerfile

10 lines
360 B
Text
Raw Normal View History

2023-02-06 21:17:01 +00:00
ARG BUILD_FROM=ghcr.io/hassio-addons/base-python/amd64:9.0.1
FROM ${BUILD_FROM}
ADD "https://github.com/jhbruhn/ZBS_Flasher/archive/refs/heads/config_image_format.tar.gz" /src.tar.gz
RUN mkdir /src && tar xvfz /src.tar.gz -C /src --strip-components=1
RUN mv /src/CC2531_station/epaper_station_websocket/ /app
WORKDIR /app
RUN pip install -r requirements.txt