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 \