diff options
Diffstat (limited to 'redhat/docker/f30/Dockerfile.x86_64')
-rw-r--r-- | redhat/docker/f30/Dockerfile.x86_64 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/redhat/docker/f30/Dockerfile.x86_64 b/redhat/docker/f30/Dockerfile.x86_64 index 546697d76..b259f4810 100644 --- a/redhat/docker/f30/Dockerfile.x86_64 +++ b/redhat/docker/f30/Dockerfile.x86_64 @@ -1,6 +1,6 @@ FROM fedora:30 -ARG TDE_VERSION=14.0.6 +ARG TDE_VERSION=14.0.7 ARG ARCH=x86_64 RUN echo "proxy=http://proxy:3128" >>"/etc/dnf.conf" @@ -14,7 +14,6 @@ RUN dnf -y --enableplugin=ovl install https://download1.rpmfusion.org/free/fedor # Install Trinity build dependencies RUN dnf -y --enableplugin=ovl update ADD packages /packages -#RUN cat /packages | xargs -n 10 -P 1 dnf -y --enableplugin=ovl install RUN dnf -y --enableplugin=ovl install $(</packages) # Add YUM repository for locally built packages |