Skip to content

Commit 1ca9f12

Browse files
author
Andrey Mandyev
committed
Fix docker following minimal required changes for databricks#167
1 parent 9450202 commit 1ca9f12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ WORKDIR /usr/src/databricks-cli
55
COPY . .
66

77
RUN pip install --upgrade pip && \
8-
pip install -r dev-requirements.txt && \
8+
pip install -r dev-requirements.txt -r tox-requirements.txt && \
99
pip list && \
10-
./lint.sh && \
1110
pip install . && \
11+
./lint.sh && \
1212
pytest tests
1313

1414
ENTRYPOINT [ "databricks" ]

0 commit comments

Comments
 (0)