mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-04 11:11:30 +00:00
Temporary disable DL3008, as wget version is not consistent right now
This commit is contained in:
parent
0b6cecd7d0
commit
01d3d8c132
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ COPY vscode.extensions /root/vscode.extensions
|
||||||
|
|
||||||
# Setup base system
|
# Setup base system
|
||||||
ARG BUILD_ARCH=amd64
|
ARG BUILD_ARCH=amd64
|
||||||
# hadolint ignore=SC2181
|
# hadolint ignore=SC2181, DL3008
|
||||||
RUN \
|
RUN \
|
||||||
apt-get update \
|
apt-get update \
|
||||||
\
|
\
|
||||||
|
@ -41,7 +41,7 @@ RUN \
|
||||||
python3=3.9.2-3 \
|
python3=3.9.2-3 \
|
||||||
unzip=6.0-26 \
|
unzip=6.0-26 \
|
||||||
uuid-runtime=2.36.1-8 \
|
uuid-runtime=2.36.1-8 \
|
||||||
wget>=1.21-1 \
|
wget=1.21-1 \
|
||||||
zip=3.0-12 \
|
zip=3.0-12 \
|
||||||
zsh=5.8-6+b2 \
|
zsh=5.8-6+b2 \
|
||||||
\
|
\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue