mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-07 04:31:24 +00:00
changed dockerfile
This commit is contained in:
parent
53c1e8c802
commit
785faa5260
1 changed files with 0 additions and 1 deletions
|
@ -80,7 +80,6 @@ RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master
|
||||||
&& sed -i -e "s#bin/bash#bin/zsh#" /etc/passwd
|
&& sed -i -e "s#bin/bash#bin/zsh#" /etc/passwd
|
||||||
|
|
||||||
# Install Python packages
|
# Install Python packages
|
||||||
COPY ./requirements.txt /tmp/requirements.txt
|
|
||||||
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 10 && \
|
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 rootfs/usr/lib/code-server/defaults/requirements.txt
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue