mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
devenv
This commit is contained in:
parent
cd3e2ac766
commit
68c859fbaa
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ WORKDIR /SERVER/
|
|||
|
||||
# Install Python packages
|
||||
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 10 && \
|
||||
pip3 install --no-cache-dir -r /var/lib/code-server/defaults/requirements.txt
|
||||
pip3 install --no-cache-dir -r /data/defaults/requirements.txt
|
||||
|
||||
# Cleanup apt cache
|
||||
RUN apt-get purge -y --auto-remove \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue