diff options
Diffstat (limited to '0.10')
-rw-r--r-- | 0.10/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/0.10/Dockerfile b/0.10/Dockerfile index d4f34fe..4d24c59 100644 --- a/0.10/Dockerfile +++ b/0.10/Dockerfile @@ -1,6 +1,7 @@ FROM centos:7 ARG TRAC_VERSION=0.10.5 +ENV HOME=/tmp RUN \ yum install -y python-devel python-setuptools python-setuptools-devel make autoconf automake libtool && \ |