Skip to content

Commit 9915642

Browse files
committed
Solve more bugs from runtime.
1 parent a3b961a commit 9915642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/runtime/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ COPY --from=builder /usr/local/lib/plugins /usr/local/lib/plugins
9191
COPY --from=builder /usr/local/lib/node_modules/ /usr/local/lib/node_modules/
9292

9393
# 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/
94+
COPY --from=builder /usr/local/lib/python3.*/dist-packages/metacall/ /usr/local/lib/python3.*/dist-packages/metacall/
9595

9696
# Copy headers from builder
9797
COPY --from=builder /usr/local/include/metacall /usr/local/include/metacall

0 commit comments

Comments
 (0)