From 9bdff436e72b088e67997c16e63d221a29768822 Mon Sep 17 00:00:00 2001 From: Richard Sperry Date: Mon, 14 Apr 2025 00:01:20 -0700 Subject: [PATCH] added root/.config --- vscode/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index cac4fd6..7c07007 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -63,6 +63,7 @@ RUN if [ "${BUILD_ARCH}" = "aarch64" ]; then HA_CLI_URL="https://github.com/home #Copy root file system COPY rootfs / + # Install Oh My ZSH # hadolint ignore=SC2086 RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" \