From 09f19e001cf9e6024218288741a1843574230d45 Mon Sep 17 00:00:00 2001 From: Richard Sperry Date: Tue, 15 Apr 2025 15:13:11 -0700 Subject: [PATCH] changed dockerfile --- vscode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index e253085..1d8c103 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -1,7 +1,7 @@ ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.8.1 # hadolint ignore=DL3006 FROM ${BUILD_FROM} - +ENV DOCKER_BUILDKIT=1 # Confiure locale ENV \ LANG=en_US.UTF-8 \