Skip to content

Commit 3a36250

Browse files
committed
update to nodejs 20
1 parent fbe56a7 commit 3a36250

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ ENV LANG=C.UTF-8 \
1010
RUN dnf install -y epel-release; \
1111
dnf config-manager --set-enabled crb; \
1212
dnf install -y https://dl.fedoraproject.org/pub/epel/epel{,-next}-release-latest-9.noarch.rpm; \
13-
dnf install -y erlang automake gcc pkgconfig openssl-devel ansible openssh git git-lfs npm nodejs; \
13+
dnf module -y enable nodejs:20; \
14+
dnf module -y install nodejs:20/common; \
15+
dnf install -y erlang automake gcc pkgconfig openssl-devel ansible openssh git git-lfs npm; \
1416
curl -fSL -o elixir-src.tar.gz "https://github.com/elixir-lang/elixir/archive/v1.18.0.tar.gz"; \
1517
mkdir -p /usr/local/src/elixir; \
1618
tar -xzC /usr/local/src/elixir --strip-components=1 -f elixir-src.tar.gz; \

0 commit comments

Comments
 (0)