mirror of
https://github.com/hassio-addons/addon-base-python.git
synced 2025-05-06 20:31:22 +00:00
Supress hadolint warning
This commit is contained in:
parent
74540c947a
commit
676b49e13e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
ARG PYTHON_VERSION="3.10.7"
|
||||
ARG PYTHON_PIP_VERSION="22.2.2"
|
||||
ARG PYTHON_SETUPTOOLS_VERSION="65.3.0"
|
||||
# hadolint ignore=DL3003,SC2155
|
||||
# hadolint ignore=DL3003,DL4006,SC2155
|
||||
RUN \
|
||||
apk add --no-cache --virtual .build-dependencies \
|
||||
bzip2-dev=1.0.8-r4 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue