Skip to content
Snippets Groups Projects
Unverified Commit 978074df authored by Balasankar "Balu" C's avatar Balasankar "Balu" C
Browse files

Pin versions of perl and perl-libnetcfg workhorse UBi image


Signed-off-by: default avatarBalasankar "Balu" C <balasankar@gitlab.com>
parent c58c830d
No related merge requests found
......@@ -24,7 +24,7 @@ COPY scripts/ /scripts/
RUN dnf clean all \
&& rm -r /var/cache/dnf \
&& dnf ${DNF_OPTS} install -by --nodocs perl \
&& dnf ${DNF_OPTS} install -by --nodocs perl-libnetcfg-4:5.26.3-419.el8 perl-4:5.26.3 \
&& adduser -m ${GITLAB_USER} \
&& mkdir -p /var/log/gitlab /srv/gitlab/config ${GITLAB_DATA} \
&& chown -R ${GITLAB_USER}:${GITLAB_USER} \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment