Skip to content

Commit

Permalink
dockerfiles: centos-7: Suppress SC1091 from hadolint
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed Oct 7, 2024
1 parent 2357900 commit 6f49d48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockerfiles/Dockerfile.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ RUN sed -i -e "s/^mirrorlist=http:\/\/mirrorlist.centos.org/#mirrorlist=http:\/\
COPY . /src/
WORKDIR /src/build

# /opt/rh/devtoolset-8/enable is from centos-release-scl package.
# hadolint ignore=SC1091
RUN source /opt/rh/devtoolset-8/enable && \
cmake3 -DCMAKE_INSTALL_PREFIX=/opt/fluent-bit/ -DCMAKE_INSTALL_SYSCONFDIR=/etc/ \
-DFLB_RELEASE=On -DFLB_TRACE=On \
Expand Down

0 comments on commit 6f49d48

Please sign in to comment.