Skip to content
Snippets Groups Projects
Commit 368f7aa2 authored by Elvin Sindrilaru's avatar Elvin Sindrilaru
Browse files

Fix typo

parent 5b1f2495
No related branches found
No related tags found
No related merge requests found
Pipeline #1633488 skipped
...@@ -57,7 +57,7 @@ ADD c8_artifacts ${EOSREPODIR} ...@@ -57,7 +57,7 @@ ADD c8_artifacts ${EOSREPODIR}
# Special packages, must be installed un-cached # Special packages, must be installed un-cached
RUN createrepo ${EOSREPODIR}; \ RUN createrepo ${EOSREPODIR}; \
echo -e "[eos-artifacts]\nname=EOS artifacts\nbaseurl=file://${EOSREPODIR}\ngpgcheck=0\nenabled=1\npriority=1" >> /etc/yum.repos.d/eos.repo; \ echo -e "[eos-artifacts]\nname=EOS artifacts\nbaseurl=file://${EOSREPODIR}\ngpgcheck=0\nenabled=1\npriority=1" >> /etc/yum.repos.d/eos.repo; \
dnf config-manager --set-enabled epel-testing dnf config-manager --set-enabled epel-testing; \
dnf -y --nogpg install quarkdb davix; \ dnf -y --nogpg install quarkdb davix; \
dnf -y --nogpg install \ dnf -y --nogpg install \
eos-server eos-testkeytab eos-client eos-ns-inspect \ eos-server eos-testkeytab eos-client eos-ns-inspect \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment