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 d429710 commit 831fa1eCopy full SHA for 831fa1e
superset/Dockerfile
@@ -38,6 +38,8 @@ 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
44
RUN python3 -m venv /stackable/app \
45
&& source /stackable/app/bin/activate \
0 commit comments