Skip to content

Commit a59196d

Browse files
committed
rm npm
1 parent bfa86b0 commit a59196d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docker/embedded/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apt-get update \
1212
&& apt-get install -y --no-install-recommends curl ca-certificates \
1313
&& update-ca-certificates \
1414
&& curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \
15-
&& apt-get install -y --no-install-recommends nodejs npm \
15+
&& apt-get install -y --no-install-recommends nodejs \
1616
&& ARCH=$(dpkg --print-architecture) \
1717
&& curl -fsSL "https://github.com/go-task/task/releases/download/v${TASK_VERSION}/task_${TASK_VERSION}_linux_${ARCH}.deb" -o /tmp/task.deb \
1818
&& dpkg -i /tmp/task.deb \

docker/embedded/Dockerfile.fat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN apt-get update \
1313
&& apt-get install -y --no-install-recommends curl ca-certificates \
1414
&& update-ca-certificates \
1515
&& curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \
16-
&& apt-get install -y --no-install-recommends nodejs npm \
16+
&& apt-get install -y --no-install-recommends nodejs \
1717
&& ARCH=$(dpkg --print-architecture) \
1818
&& curl -fsSL "https://github.com/go-task/task/releases/download/v${TASK_VERSION}/task_${TASK_VERSION}_linux_${ARCH}.deb" -o /tmp/task.deb \
1919
&& dpkg -i /tmp/task.deb \

docker/embedded/Dockerfile.ultra-lite

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARG TASK_VERSION=3.49.1
99
RUN apt-get update && apt-get install -y --no-install-recommends \
1010
curl \
1111
&& curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \
12-
&& apt-get install -y --no-install-recommends nodejs npm \
12+
&& apt-get install -y --no-install-recommends nodejs \
1313
&& npm --version \
1414
&& node --version \
1515
&& ARCH=$(dpkg --print-architecture) \

0 commit comments

Comments
 (0)