We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2066ba0 commit be7cc88Copy full SHA for be7cc88
Dockerfile
@@ -465,7 +465,7 @@ RUN cd /cramfs && make && make install
465
466
# Clone unblob fork then install with poetry
467
COPY --from=fw2tar_dep_builder /unblob /unblob
468
-RUN cd /unblob && poetry install --no-dev
+RUN cd /unblob && poetry install --only main
469
470
# Explicitly install unblob deps - mostly captured above, but some of the .debs get updated and installed via curl
471
RUN sh -c /unblob/unblob/install-deps.sh
0 commit comments