Skip to content

Commit 5e00ef1

Browse files
committed
pyaleph does not provide the lint subdependencies category
1 parent 25e6648 commit 5e00ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/docker-build/dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ COPY deployment/scripts ./deployment/scripts
5353
COPY .git ./.git
5454
COPY src ./src
5555

56-
RUN pip install -e .[linting]
56+
RUN pip install -e .
5757
RUN pip install hatch
5858

5959
FROM base

0 commit comments

Comments
 (0)