diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ RUN yum install -y epel-release && \ yum update -y && \ yum clean -y all RUN yum install -y \ + git \ make \ patchelf \ binutils \ |