mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 02:31:34 +00:00
devenv
This commit is contained in:
parent
6f9d2df80a
commit
aca44d24e9
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ RUN apt-get update \
|
|||
&& npm install -g @vscode/vsce \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
#System configuration
|
||||
# System configuration
|
||||
RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && locale-gen && \
|
||||
update-locale LANG=en_US.UTF-8 && \
|
||||
curl https://bootstrap.pypa.io/get-pip.py | python3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue