Skip to content

Commit

Permalink
chore(docker): remove explicit Node.js install (#10192)
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n authored Nov 5, 2024
1 parent b765f27 commit d849b74
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

FROM nginx:1.27.2-alpine

RUN apk update && apk add --no-cache "nodejs>=18.20.1-r0 "

LABEL maintainer="char0n"

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

0 comments on commit d849b74

Please sign in to comment.