Skip to content

Commit ac95441

Browse files
committed
build(dockerfile): add pre-commit
pre-commit can be installed along with poetry so they are accessible in the development environment.
1 parent 679bfdc commit ac95441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
1010
libgdal-dev \
1111
python3-pip
1212

13-
RUN pip install poetry
13+
RUN pip install poetry pre-commit
1414

1515
COPY poetry.lock pyproject.toml /eis_toolkit/
1616

0 commit comments

Comments
 (0)