We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da36ad commit 6625f14Copy full SHA for 6625f14
utilities/fragment-exporter/Earthfile
@@ -17,6 +17,7 @@ deps:
17
COPY poetry.lock .
18
19
RUN poetry install --only main --no-root
20
+ RUN poetry self add poetry-plugin-export
21
22
src:
23
FROM +deps
0 commit comments