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