Skip to content

Commit

Permalink
fix: node is node
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierChanth committed Sep 4, 2024
1 parent bf67971 commit a1269fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/multibuild/Dockerfile.package
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ FROM atsigncompany/buildimage:3.5.2_3.6.0-149.3.beta@sha256:df67b9e3271381fc0c5b
WORKDIR /noports

# install node for later (keep at the top file to increase cache hits)
# hadolint ignore=DL3008
RUN apt-get update; \
apt-get install -y --no-install-recommends nodejs=18.19.0+dfsg-6~deb12u2;
apt-get install -y --no-install-recommends nodejs

COPY . .

Expand Down

0 comments on commit a1269fe

Please sign in to comment.