👕 Ignore Hadolint warning DL3003

This commit is contained in:
Franck Nijhof 2022-06-13 00:32:47 +02:00
parent 8f6d2ed8ce
commit 44ef94dc5a
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -12,6 +12,7 @@ COPY requirements.txt /opt/
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Setup base
# hadolint ignore=DL3003
RUN \
apk add --no-cache --virtual .build-dependencies \
build-base=0.5-r2 \