You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .ci/oci.Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ SHELL ["/bin/bash", "-c"]
20
20
# Temporary workaround since mirror.centos.org is down and can be replaced with vault.centos.org
21
21
RUN sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo && sed -i s/^#.*baseurl=http/baseurl=http/g /etc/yum.repos.d/*.repo && sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo
22
22
23
-
RUN yum install --assumeyes -d1 python3-pip nodejs && \
23
+
RUN yum install --assumeyes -d1 python3-pip nodejs gettext && \
0 commit comments