This commit is contained in:
Richard Sperry 2025-04-16 02:23:14 -07:00
parent 6f68d88539
commit ef48410c1d

View file

@ -76,7 +76,7 @@ RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master
&& sed -i -e "s#bin/bash#bin/zsh#" /etc/passwd
WORKDIR /SERVER/
WORKDIR /data/vscode/extentions
# Install Python packages
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 10 && \