Skip to content

Commit

Permalink
Fix docker following minimal required changes for databricks#167
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Mandyev committed May 14, 2020
1 parent 9450202 commit 1ca9f12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ WORKDIR /usr/src/databricks-cli
COPY . .

RUN pip install --upgrade pip && \
pip install -r dev-requirements.txt && \
pip install -r dev-requirements.txt -r tox-requirements.txt && \
pip list && \
./lint.sh && \
pip install . && \
./lint.sh && \
pytest tests

ENTRYPOINT [ "databricks" ]

0 comments on commit 1ca9f12

Please sign in to comment.