commit | 19d63125c1442218a59515b62c9c60f4114d1a7c | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Mon Jan 08 17:10:05 2024 -0500 |
committer | GitHub <noreply@github.com> | Mon Jan 08 17:10:05 2024 -0500 |
tree | 8b3ca056728eb01fa869a8fca4f111e2d1f84b92 | |
parent | 746664c79ccff85c56596c57c91b3ce343a10209 [diff] [blame] |
fix(ovn): pin host names (#863)
diff --git a/images/Earthfile b/images/Earthfile index 4c0e423..f5ff111 100644 --- a/images/Earthfile +++ b/images/Earthfile
@@ -9,6 +9,17 @@ apt-get clean && \ rm -rf /var/lib/apt/lists/* +DNF_INSTALL: + COMMAND + ARG PACKAGES + RUN \ + dnf -y install \ + ${PACKAGES} \ + --setopt=install_weak_deps=False \ + --setopt=tsflags=nodocs && \ + dnf -y clean all && \ + rm -rf /var/cache/dnf + CREATE_PROJECT_USER: COMMAND ARG PROJECT