From 55676019126afda9a0e97a0e8dd542d208900ffc Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Sun, 28 May 2023 13:03:00 -0400 Subject: [PATCH] fix(dx): copy usr folder to the image (#242) --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 77ed2f2d475..5db69f735bf 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