Skip to content

Commit 713fa20

Browse files
authored
Update Dockerfile
1 parent f6cf2ea commit 713fa20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
FROM node:alpine AS runtime-dependencies
55

66
WORKDIR /app
7-
RUN apk add --no-cache python3
7+
RUN apk add --no-cache python3 alpine-sdk
88

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

0 commit comments

Comments
 (0)