Fix incorrect position of hadolint ignores

This commit is contained in:
Franck Nijhof 2023-03-25 21:38:27 +01:00
parent d62ab22f4a
commit b0b9b13dec
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -11,10 +11,10 @@ ENV \
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install base system
# hadolint ignore=DL3003,SC2155
ARG PYTHON_VERSION="3.10.7"
ARG PYTHON_PIP_VERSION="22.2.2"
ARG PYTHON_SETUPTOOLS_VERSION="65.3.0"
# hadolint ignore=DL3003,SC2155
RUN \
apk add --no-cache --virtual .build-dependencies \
bzip2-dev=1.0.8-r1 \