This commit is contained in:
Richard Sperry 2025-04-16 15:02:25 -07:00
parent cd3e2ac766
commit 68c859fbaa

View file

@ -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 \