Skip to content

Commit 0990314

Browse files
committed
Tidy up
1 parent 0de4641 commit 0990314

File tree

6 files changed

+1
-18
lines changed

6 files changed

+1
-18
lines changed

packagingenv/Dockerfile.template

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ RUN yum -y install gcc-c++ make git libicu-devel rpmdevtools
88
RUN yum -y install systemd-rpm-macros
99
{% endif %}
1010

11-
# Add NodeSource repo
12-
#RUN curl --silent --location https://rpm.nodesource.com/setup_20.x | bash -
13-
1411
# Install node
1512
RUN yum -y module install nodejs:20
1613

packagingenv/rockylinux8/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ FROM rockylinux:8
22

33
RUN yum -y install gcc-c++ make git libicu-devel rpmdevtools
44

5-
# Add NodeSource repo
6-
#RUN curl --silent --location https://rpm.nodesource.com/setup_20.x | bash -
7-
85
# Install node
96
RUN yum -y module install nodejs:20
107

packagingenv/rockylinux9/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
FROM rockylinux:9
22

33
RUN yum -y install gcc-c++ make git libicu-devel rpmdevtools
4-
RUN yum -y install systemd-rpm-macros
54

6-
# Add NodeSource repo
7-
#RUN curl --silent --location https://rpm.nodesource.com/setup_20.x | bash -
5+
RUN yum -y install systemd-rpm-macros
86

97
# Install node
108
RUN yum -y module install nodejs:20

testingenv/Dockerfile.template

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ FROM {{ dist }}:{{ version }}
22

33
{% if dist in ('centos', 'fedora', 'rockylinux') -%}
44

5-
# Add NodeSource repo
6-
#RUN curl --silent --location https://rpm.nodesource.com/setup_20.x | bash -
7-
85
# Install development tools
96
RUN yum -y module install nodejs:20
107

testingenv/rockylinux8/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
FROM rockylinux:8
22

3-
# Add NodeSource repo
4-
#RUN curl --silent --location https://rpm.nodesource.com/setup_20.x | bash -
5-
63
# Install development tools
74
RUN yum -y module install nodejs:20
85

testingenv/rockylinux9/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
FROM rockylinux:9
22

3-
# Add NodeSource repo
4-
#RUN curl --silent --location https://rpm.nodesource.com/setup_20.x | bash -
5-
63
# Install development tools
74
RUN yum -y module install nodejs:20
85

0 commit comments

Comments
 (0)