Skip to content

Commit 650ab44

Browse files
committed
chore(docker): install extra deps in container
1 parent 7dcc30f commit 650ab44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN apt-get update && \
2424
apt-get install -y gcc
2525

2626
# Poetry install
27-
RUN poetry install --no-interaction --no-ansi -vvv
27+
RUN poetry install --all-extras --no-interaction --no-ansi -vvv
2828

2929

3030
##################################################

0 commit comments

Comments
 (0)