diff options
Diffstat (limited to 'redhat/docker/oss155/Dockerfile.x86_64')
-rw-r--r-- | redhat/docker/oss155/Dockerfile.x86_64 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/redhat/docker/oss155/Dockerfile.x86_64 b/redhat/docker/oss155/Dockerfile.x86_64 index 11162caaf..394650a12 100644 --- a/redhat/docker/oss155/Dockerfile.x86_64 +++ b/redhat/docker/oss155/Dockerfile.x86_64 @@ -1,6 +1,6 @@ FROM opensuse/leap:15.5 -ARG TDE_VERSION=14.1.1 +ARG TDE_VERSION=14.1.2 ARG ARCH=x86_64 # Add PACKMAN repository @@ -14,7 +14,8 @@ RUN set -x \ && zypper -n update \ && zypper -n install -l $(</packages) -RUN ln -sfv python3 /usr/bin/python +RUN ln -sfv python3.6m /usr/include/python3.6 \ + && ln -sfv python3 /usr/bin/python # Add non-root user to build packages RUN useradd -m -s /bin/bash -u 1000 trinity \ |