Skip to content

Commit f6cf2ea

Browse files
committed
Add python
1 parent 474e909 commit f6cf2ea

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
# check=error=true
33

44
FROM node:alpine AS runtime-dependencies
5+
56
WORKDIR /app
7+
RUN apk add --no-cache python3
68

79
# TODO: Use --mount=type=bind or secret for this?
810
RUN echo "@jsr:registry=https://npm.jsr.io" >> .npmrc

0 commit comments

Comments
 (0)