Skip to content

Commit dfb5b18

Browse files
authored
Update Dockerfile
1 parent 422081e commit dfb5b18

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ LABEL "repository"="https://github.com/rbob86/lookml-linter/tree/main/linter/rul
99
LABEL "homepage"="https://github.com/rbob86/lookml-linter"
1010
LABEL "maintainer"="Eric"
1111

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
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

0 commit comments

Comments
 (0)