👕 Fix/disable lint warning

This commit is contained in:
Franck Nijhof 2020-04-14 18:22:58 +02:00
parent b9b018f36f
commit 6955f7916b
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -17,8 +17,8 @@ COPY requirements.txt /tmp/requirements.txt
COPY vscode.extensions /root/vscode.extensions
# Setup base system
# hadolint ignore=SC2181
ARG BUILD_ARCH=amd64
# hadolint ignore=SC2181
RUN \
apt-get update \
\