Skip to content

Commit

Permalink
node-runner: install libvips-dev for node-gyp builds
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Sep 6, 2024
1 parent 8bdc995 commit 7a2f467
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions imags/node-runner/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ RUN apt-get update \
git curl ca-certificates gnupg ssh-client less psmisc jq time man manpages \
locales fakeroot libpcre3 \
tar unzip \
# node-gyp
brotli libbrotli1 libvips-dev \
build-essential ccache cmake cmake-format distcc zlib1g-dev libzlcore-dev libffi-dev libssl-dev libyaml-dev \
&& sed -i '/en_US.UTF-8/s/^# //' /etc/locale.gen \
&& locale-gen \
Expand Down

0 comments on commit 7a2f467

Please sign in to comment.