From 6f9d2df80a7caf813d1cf6ab11cfa3ae6d1e944b Mon Sep 17 00:00:00 2001 From: Richard Sperry Date: Thu, 17 Apr 2025 16:08:07 -0700 Subject: [PATCH] devenv --- vscode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index aa7eb72..93487b5 100644 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -20,7 +20,7 @@ ARG HA_CLI_VERSION="4.37.0" # Install packages # TODO: If versions are set, will either run in devcontainers or HA but not both. # TODO: Check if all are needed -# hadolint ignore=DL3008 +# hadolint ignore=DL3016, DL3008 RUN apt-get update \ && apt-get full-upgrade -y \ && apt-get install -y --no-install-recommends \