Skip to content

Commit 3e3dfc6

Browse files
authored
fix(docker): return explicit Node.js installation (#10198)
Refs #10195
1 parent 5b31819 commit 3e3dfc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
FROM nginx:1.27.2-alpine
66

7+
RUN apk update && apk add "nodejs"
8+
79
LABEL maintainer="char0n"
810

911
ENV API_KEY="**None**" \

0 commit comments

Comments
 (0)