diff options
Diffstat (limited to 'redhat/docker/el8/Dockerfile.x86_64')
-rw-r--r-- | redhat/docker/el8/Dockerfile.x86_64 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/redhat/docker/el8/Dockerfile.x86_64 b/redhat/docker/el8/Dockerfile.x86_64 index 2bc43a412..4cd5365ad 100644 --- a/redhat/docker/el8/Dockerfile.x86_64 +++ b/redhat/docker/el8/Dockerfile.x86_64 @@ -1,6 +1,6 @@ FROM rockylinux:8 -ARG TDE_VERSION=14.1.1 +ARG TDE_VERSION=14.1.2 ARG ARCH=x86_64 # Enable custom repository @@ -30,10 +30,9 @@ COPY rpmbuild.repo rpmbuild.repo RUN sed -i "rpmbuild.repo" -e "s|\${ARCH}|${ARCH}|g" -e "s|\${TDE_VERSION}|${TDE_VERSION}|g" # Fix utempter detection -RUN chmod a+r /usr/libexec/utempter/utempter - # Fix python3.6 detection (tdebindings; kvirc) -RUN ln -sfv python3.6m /usr/include/python3.6 \ +RUN chmod a+r /usr/libexec/utempter/utempter \ + && ln -sfv python3.6m /usr/include/python3.6 \ && ln -sfv python3 /usr/bin/python # Add non-root user to build packages |