Skip to content

Commit 6acf15d

Browse files
committed
Add gettext
Signed-off-by: David Kwon <[email protected]>
1 parent 9dcf059 commit 6acf15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/oci.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ SHELL ["/bin/bash", "-c"]
2020
# Temporary workaround since mirror.centos.org is down and can be replaced with vault.centos.org
2121
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
2222

23-
RUN yum install --assumeyes -d1 python3-pip nodejs && \
23+
RUN yum install --assumeyes -d1 python3-pip nodejs gettext && \
2424
pip3 install --upgrade pip && \
2525
pip3 install --upgrade setuptools && \
2626
# Install yq

0 commit comments

Comments
 (0)