We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 474e909 commit f6cf2eaCopy full SHA for f6cf2ea
1 file changed
Dockerfile
@@ -2,7 +2,9 @@
2
# check=error=true
3
4
FROM node:alpine AS runtime-dependencies
5
+
6
WORKDIR /app
7
+ RUN apk add --no-cache python3
8
9
# TODO: Use --mount=type=bind or secret for this?
10
RUN echo "@jsr:registry=https://npm.jsr.io" >> .npmrc
0 commit comments