Skip to content

Commit 6a9bd08

Browse files
Resolving Hadolint SC2102
Co-authored-by: Nick <[email protected]>
1 parent 831fa1e commit 6a9bd08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

superset/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ RUN microdnf update \
3838
&& microdnf clean all && \
3939
rm -rf /var/cache/yum
4040

41-
# DL3042 gets ignored, since we use --no-chache-dir, hadolint can't interfere properly
42-
# SC2102 informs about [abba] = [ab], but we can igonre this for [sqlalchemy] https://www.shellcheck.net/wiki/SC2102
43-
# hadolint ignore=DL3042,SC2102
41+
# DL3042 false-positive, --no-chache-dir is specified a few lines below.
42+
# See https://github.com/hadolint/hadolint/issues/1042.
43+
# hadolint ignore=DL3042
4444
RUN python3 -m venv /stackable/app \
4545
&& source /stackable/app/bin/activate \
4646
&& pip install \

0 commit comments

Comments
 (0)