We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b961a commit 9915642Copy full SHA for 9915642
tools/runtime/Dockerfile
@@ -91,7 +91,7 @@ COPY --from=builder /usr/local/lib/plugins /usr/local/lib/plugins
91
COPY --from=builder /usr/local/lib/node_modules/ /usr/local/lib/node_modules/
92
93
# Copy python dependencies (and port) from builder
94
-COPY --from=builder /usr/local/lib/python3.11/dist-packages/metacall/ /usr/local/lib/python3.11/dist-packages/metacall/
+COPY --from=builder /usr/local/lib/python3.*/dist-packages/metacall/ /usr/local/lib/python3.*/dist-packages/metacall/
95
96
# Copy headers from builder
97
COPY --from=builder /usr/local/include/metacall /usr/local/include/metacall
0 commit comments