From 650fc96cf78fb8dd542bddde70bfac9b8a289e74 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 22 Nov 2020 16:54:25 +0100 Subject: [PATCH] Clean up disabled hadolint rules (#104) --- alpine/armhf/Dockerfile | 1 - alpine/armv7/Dockerfile | 1 - alpine/i386/Dockerfile | 1 - 3 files changed, 3 deletions(-) diff --git a/alpine/armhf/Dockerfile b/alpine/armhf/Dockerfile index 7a27d70..0e29af2 100644 --- a/alpine/armhf/Dockerfile +++ b/alpine/armhf/Dockerfile @@ -23,7 +23,6 @@ ARG JEMALLOC_VERSION=5.2.1 WORKDIR /usr/src ARG BUILD_ARCH -# hadolint ignore=SC2086 RUN \ set -x \ && apk add --no-cache \ diff --git a/alpine/armv7/Dockerfile b/alpine/armv7/Dockerfile index bb9b0b2..467b7b2 100644 --- a/alpine/armv7/Dockerfile +++ b/alpine/armv7/Dockerfile @@ -23,7 +23,6 @@ ARG JEMALLOC_VERSION=5.2.1 WORKDIR /usr/src ARG BUILD_ARCH -# hadolint ignore=SC2086 RUN \ set -x \ && apk add --no-cache \ diff --git a/alpine/i386/Dockerfile b/alpine/i386/Dockerfile index 3132d9a..be2c568 100644 --- a/alpine/i386/Dockerfile +++ b/alpine/i386/Dockerfile @@ -20,7 +20,6 @@ ARG JEMALLOC_VERSION=5.2.1 WORKDIR /usr/src ARG BUILD_ARCH -# hadolint ignore=SC2086 RUN \ set -x \ && apk add --no-cache \