This commit is contained in:
Richard Sperry 2025-04-17 16:08:07 -07:00
parent 08bd597aa3
commit 6f9d2df80a

View file

@ -20,7 +20,7 @@ ARG HA_CLI_VERSION="4.37.0"
# Install packages # Install packages
# TODO: If versions are set, will either run in devcontainers or HA but not both. # TODO: If versions are set, will either run in devcontainers or HA but not both.
# TODO: Check if all are needed # TODO: Check if all are needed
# hadolint ignore=DL3008 # hadolint ignore=DL3016, DL3008
RUN apt-get update \ RUN apt-get update \
&& apt-get full-upgrade -y \ && apt-get full-upgrade -y \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \