From 8a035626b3b8bebb620df0956860d82a4dcc38f6 Mon Sep 17 00:00:00 2001 From: Richard Sperry Date: Wed, 16 Apr 2025 15:13:33 -0700 Subject: [PATCH] devenv --- vscode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 5341d20..9d553e1 100644 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -79,7 +79,7 @@ WORKDIR /SERVER/ # Install Python packages RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 10 && \ - pip3 install --no-cache-dir -r /data/defaults/requirements.txt + pip3 install --no-cache-dir -r /var/lib/code-server/defaults/requirements.txt # Cleanup apt cache RUN apt-get purge -y --auto-remove \