Skip to content

Commit d849b74

Browse files
authored
chore(docker): remove explicit Node.js install (#10192)
1 parent b765f27 commit d849b74

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
FROM nginx:1.27.2-alpine
66

7-
RUN apk update && apk add --no-cache "nodejs>=18.20.1-r0 "
8-
97
LABEL maintainer="char0n"
108

119
ENV API_KEY="**None**" \

0 commit comments

Comments
 (0)