We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8caec6 + 419265f commit 0411889Copy full SHA for 0411889
build/docker/rpmbuild/Dockerfile.el9
@@ -1,9 +1,9 @@
1
FROM oraclelinux:9-slim
2
3
+RUN microdnf install -y yum
4
# enable nodesource repo for nodejs
5
RUN curl -sL https://rpm.nodesource.com/setup_18.x | bash -
6
RUN curl -sL https://dl.yarnpkg.com/rpm/yarn.repo | tee /etc/yum.repos.d/yarn.repo
-RUN microdnf install -y yum
7
8
RUN yum update -y && \
9
yum install -y --setopt=skip_missing_names_on_install=False \
0 commit comments