Skip to content

Commit

Permalink
Install npm explicitly
Browse files Browse the repository at this point in the history
For whatever reason, in bookworm it does not appear to be installed
automatically (it is in the `suggests:` section, but we used
`--no-install-reccomends` in `bullseye` as well).
  • Loading branch information
lukasjuhrich committed Jan 25, 2024
1 parent 121f6f0 commit 9ac792a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN apt-get update \
less \
libpq-dev \
nodejs \
npm \
postgresql-client \
strace \
unzip \
Expand Down

0 comments on commit 9ac792a

Please sign in to comment.