File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ARG TASK_VERSION=3.49.1
99RUN 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) \
You can’t perform that action at this time.
0 commit comments