changed dockerfile

This commit is contained in:
Richard Sperry 2025-04-15 15:17:42 -07:00
parent 785faa5260
commit e7a1175484

View file

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