Skip to content

Commit 0411889

Browse files
authored
Merge branch 'main' into v3
2 parents c8caec6 + 419265f commit 0411889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/docker/rpmbuild/Dockerfile.el9

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FROM oraclelinux:9-slim
22

3+
RUN microdnf install -y yum
34
# enable nodesource repo for nodejs
45
RUN curl -sL https://rpm.nodesource.com/setup_18.x | bash -
56
RUN curl -sL https://dl.yarnpkg.com/rpm/yarn.repo | tee /etc/yum.repos.d/yarn.repo
6-
RUN microdnf install -y yum
77

88
RUN yum update -y && \
99
yum install -y --setopt=skip_missing_names_on_install=False \

0 commit comments

Comments
 (0)