mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-05 03:31:30 +00:00
Add zip/unzip commands (#163)
This commit is contained in:
parent
858509fcd8
commit
eb4f3cfec2
1 changed files with 3 additions and 1 deletions
|
@ -39,8 +39,10 @@ RUN \
|
||||||
openssl=1.1.1d-0+deb10u3 \
|
openssl=1.1.1d-0+deb10u3 \
|
||||||
python3-dev=3.7.3-1 \
|
python3-dev=3.7.3-1 \
|
||||||
python3=3.7.3-1 \
|
python3=3.7.3-1 \
|
||||||
wget=1.20.1-1.1 \
|
unzip=6.0-23+deb10u1 \
|
||||||
uuid-runtime=2.33.1-0.1 \
|
uuid-runtime=2.33.1-0.1 \
|
||||||
|
wget=1.20.1-1.1 \
|
||||||
|
zip=3.0-11+b1 \
|
||||||
zsh=5.7.1-1 \
|
zsh=5.7.1-1 \
|
||||||
\
|
\
|
||||||
&& sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen \
|
&& sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue