From c9965bf66b456ee22496545353557cfec97b8032 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Sat, 27 May 2023 10:31:56 -0400 Subject: [PATCH] fix(dx): copy usr folder to the image --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 0789011f3e8..26bedfa4313 100644 --- a/Containerfile +++ b/Containerfile @@ -56,6 +56,7 @@ ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION}" # dx specific files come from the dx directory in this repo COPY dx/etc /etc +COPY dx/usr /usr RUN wget https://copr.fedorainfracloud.org/coprs/ganto/lxc4/repo/fedora-"${FEDORA_MAJOR_VERSION}"/ganto-lxc4-fedora-"${FEDORA_MAJOR_VERSION}".repo -O /etc/yum.repos.d/ganto-lxc4-fedora-"${FEDORA_MAJOR_VERSION}".repo RUN wget https://terra.fyralabs.com/terra.repo -O /etc/yum.repos.d/terra.repo