Skip to content

Commit edd95db

Browse files
committed
TEST commit: Try to remove nodesource nodejs sources
1 parent 30fe000 commit edd95db

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

sonic-slave-bookworm/Dockerfile.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,6 @@ RUN pip3 install git+https://github.com/aristanetworks/swi-tools.git@bead66bf261
666666

667667
{% if CONFIGURED_ARCH != "amd64" -%}
668668
# Install node.js for azure pipeline
669-
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
670669
RUN eatmydata apt-get install -y nodejs
671670

672671
{%- if CROSS_BUILD_ENVIRON == "y" %}

sonic-slave-bullseye/Dockerfile.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,6 @@ RUN pip3 install git+https://github.com/aristanetworks/swi-tools.git@bead66bf261
679679

680680
{% if CONFIGURED_ARCH != "amd64" -%}
681681
# Install node.js for azure pipeline
682-
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
683682
RUN eatmydata apt-get install -y nodejs
684683

685684
{%- if CROSS_BUILD_ENVIRON == "y" %}

sonic-slave-buster/Dockerfile.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,6 @@ RUN pip3 install git+https://github.com/aristanetworks/swi-tools.git@bead66bf261
647647
648648
{% if CONFIGURED_ARCH != "amd64" -%}
649649
# Install node.js for azure pipeline
650-
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
651650
RUN eatmydata apt-get install -y nodejs
652651
653652
{%- if CROSS_BUILD_ENVIRON == "y" %}

0 commit comments

Comments
 (0)