Skip to content

Commit

Permalink
Add pre-commit and rope to Dockerfile setup
Browse files Browse the repository at this point in the history
  • Loading branch information
chocoelho committed Jul 31, 2019
1 parent f33394b commit f38868e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ ENV HOME /workspaces/prospector
USER $USERNAME
WORKDIR /workspaces/prospector/
RUN sudo python3 -m pip install --no-cache-dir -e .[with_everything]

RUN sudo python3 -m pip install --no-cache-dir pre-commit rope
RUN pre-commit install
ENV DEBIAN_FRONTEND=dialog


0 comments on commit f38868e

Please sign in to comment.