Skip to content

Commit 831fa1e

Browse files
committed
adding comments for hadolint ignore
1 parent d429710 commit 831fa1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

superset/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ 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
4143
# hadolint ignore=DL3042,SC2102
4244
RUN python3 -m venv /stackable/app \
4345
&& source /stackable/app/bin/activate \

0 commit comments

Comments
 (0)