File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff 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 -
670669RUN eatmydata apt-get install -y nodejs
671670
672671{% - if CROSS_BUILD_ENVIRON == "y" %}
Original file line number Diff line number Diff 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 -
683682RUN eatmydata apt-get install -y nodejs
684683
685684{% - if CROSS_BUILD_ENVIRON == "y" %}
Original file line number Diff line number Diff 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 -
651650RUN eatmydata apt-get install -y nodejs
652651
653652{%- if CROSS_BUILD_ENVIRON == "y" %}
You can’t perform that action at this time.
0 commit comments