# Automatically generated by hassfest.
#
# To update, run python3 -m script.hassfest -p docker
ARG BUILD_FROM=ghcr.io/home-assistant/aarch64-homeassistant:latest
FROM ${BUILD_FROM}

RUN apk --no-cache add \
    raspberrypi-utils

LABEL io.hass.machine="yellow"
