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
785faa5260
commit
e7a1175484
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master
|
||||||
|
|
||||||
# Install Python packages
|
# Install Python packages
|
||||||
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 /usr/lib/code-server/defaults/requirements.txt
|
||||||
|
|
||||||
# Cleanup apt cache
|
# Cleanup apt cache
|
||||||
RUN apt-get purge -y --auto-remove \
|
RUN apt-get purge -y --auto-remove \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue