Skip to content

Commit

Permalink
fix(docker): return explicit Node.js installation (#10198)
Browse files Browse the repository at this point in the history
Refs #10195
  • Loading branch information
char0n authored Nov 5, 2024
1 parent 5b31819 commit 3e3dfc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

FROM nginx:1.27.2-alpine

RUN apk update && apk add "nodejs"

LABEL maintainer="char0n"

ENV API_KEY="**None**" \
Expand Down

0 comments on commit 3e3dfc6

Please sign in to comment.