Skip to content

Commit be7cc88

Browse files
committed
dockerfile: poetry now uses --only main
1 parent 2066ba0 commit be7cc88

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
@@ -465,7 +465,7 @@ RUN cd /cramfs && make && make install
465465

466466
# Clone unblob fork then install with poetry
467467
COPY --from=fw2tar_dep_builder /unblob /unblob
468-
RUN cd /unblob && poetry install --no-dev
468+
RUN cd /unblob && poetry install --only main
469469

470470
# Explicitly install unblob deps - mostly captured above, but some of the .debs get updated and installed via curl
471471
RUN sh -c /unblob/unblob/install-deps.sh

0 commit comments

Comments
 (0)