Skip to content

Commit

Permalink
Clean up disabled hadolint rules (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Nov 22, 2020
1 parent dd442ce commit 650fc96
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion alpine/armhf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 0 additions & 1 deletion alpine/armv7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 0 additions & 1 deletion alpine/i386/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 650fc96

Please sign in to comment.