Skip to content

Commit

Permalink
fix: remove node from docker image (automatically installs as a depen…
Browse files Browse the repository at this point in the history
…dency of npm)
  • Loading branch information
ahmadnassri committed Sep 12, 2023
1 parent 23d32d5 commit 858b88d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ FROM alpine:3.18 AS base

# hadolint ignore=DL3018
RUN apk add --no-cache --update \
nodejs=18.17.0-r0 \
npm=9.6.6-r0 \
git=2.40.1-r0 \
openssh=9.3_p2-r0 \
Expand Down

0 comments on commit 858b88d

Please sign in to comment.