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