Skip to content

Commit

Permalink
feat: pre-populate msic
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Oct 2, 2023
1 parent ad0f51d commit 73dcb46
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ RUN pip install .[dev]
RUN pip install .[tests]

# Setup dev env
RUN git init && pre-commit install
COPY tasks.py pyproject.toml ./
RUN inv static-type-checks

COPY .pre-commit-config.yaml ./
RUN git init && pre-commit run

RUN LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | grep -Po '"tag_name": "v\K[^"]*') \
&& curl -Lo lazygit.tar.gz "https://github.com/jesseduffield/lazygit/releases/latest/download/lazygit_${LAZYGIT_VERSION}_Linux_x86_64.tar.gz" \
Expand Down

0 comments on commit 73dcb46

Please sign in to comment.