We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 422081e commit dfb5b18Copy full SHA for dfb5b18
Dockerfile
@@ -9,9 +9,9 @@ LABEL "repository"="https://github.com/rbob86/lookml-linter/tree/main/linter/rul
9
LABEL "homepage"="https://github.com/rbob86/lookml-linter"
10
LABEL "maintainer"="Eric"
11
12
-RUN python -m pip install --upgrade pip
13
-RUN pip install looker-sdk
14
-RUN pip install pyyaml
15
-RUN pip install jsonschema
16
-RUN pip install pytest
17
-RUN pip install lkml
+# RUN python -m pip install --upgrade pip
+# RUN pip install looker-sdk
+# RUN pip install pyyaml
+# RUN pip install jsonschema
+# RUN pip install pytest
+# RUN pip install lkml
0 commit comments