From e7a1175484f53f5696009d818cbf43290956e81d Mon Sep 17 00:00:00 2001 From: Richard Sperry Date: Tue, 15 Apr 2025 15:17:42 -0700 Subject: [PATCH] changed dockerfile --- vscode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 8f34422..af5403f 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -81,7 +81,7 @@ RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master # Install Python packages RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 10 && \ - pip3 install --no-cache-dir -r rootfs/usr/lib/code-server/defaults/requirements.txt + pip3 install --no-cache-dir -r /usr/lib/code-server/defaults/requirements.txt # Cleanup apt cache RUN apt-get purge -y --auto-remove \