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 47f2bf2 commit d429710Copy full SHA for d429710
superset/Dockerfile
@@ -38,7 +38,7 @@ RUN microdnf update \
38
&& microdnf clean all && \
39
rm -rf /var/cache/yum
40
41
-# hadolint ignore=DL3042
+# hadolint ignore=DL3042,SC2102
42
RUN python3 -m venv /stackable/app \
43
&& source /stackable/app/bin/activate \
44
&& pip install \
0 commit comments