We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 831fa1e commit 6a9bd08Copy full SHA for 6a9bd08
superset/Dockerfile
@@ -38,9 +38,9 @@ RUN microdnf update \
38
&& microdnf clean all && \
39
rm -rf /var/cache/yum
40
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
+# DL3042 false-positive, --no-chache-dir is specified a few lines below.
+# See https://github.com/hadolint/hadolint/issues/1042.
+# hadolint ignore=DL3042
44
RUN python3 -m venv /stackable/app \
45
&& source /stackable/app/bin/activate \
46
&& pip install \
0 commit comments