We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbe56a7 commit 3a36250Copy full SHA for 3a36250
1 file changed
Dockerfile
@@ -10,7 +10,9 @@ ENV LANG=C.UTF-8 \
10
RUN dnf install -y epel-release; \
11
dnf config-manager --set-enabled crb; \
12
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; \
+ 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; \
16
curl -fSL -o elixir-src.tar.gz "https://github.com/elixir-lang/elixir/archive/v1.18.0.tar.gz"; \
17
mkdir -p /usr/local/src/elixir; \
18
tar -xzC /usr/local/src/elixir --strip-components=1 -f elixir-src.tar.gz; \
0 commit comments