Skip to content

Commit f3cc65c

Browse files
Stop explicitly installing npm package (in addition to nodejs) on Bookworm-based images
Apparently, NodeSource has changed their policy and packages `npm` in the `nodejs` package again.
1 parent 709e183 commit f3cc65c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ RUN set -eux; \
109109
jq \
110110
nano \
111111
nodejs \
112-
$([ "${debianReleaseCodename}" = "bookworm" ] && echo "npm") \
113112
postgresql-client \
114113
vim \
115114
; \

0 commit comments

Comments
 (0)