This commit is contained in:
Richard Sperry 2025-04-16 12:22:21 -07:00
parent 6b28744a04
commit 8a4d6c092f

View file

@ -76,9 +76,6 @@ 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/
COPY /var/lib/code-server/defaults/vscode.extentions /data/vscode/
COPY /var/lib/code-server/defaults/vscode.extentions /data/vscode/extentions
# Install Python packages
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 10 && \