We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1e9e1c commit cf046cbCopy full SHA for cf046cb
Dockerfile
@@ -1,6 +1,6 @@
1
FROM centos:centos7
2
3
-RUN yum -y update && yum -y upgrade && yum -y install automake autoconf libtool make icu libicu-devel libxml2-devel libuuid-devel fuse-devel net-snmp-devel
+RUN yum -y update && yum -y upgrade && yum -y install automake autoconf libtool make icu libicu-devel libxml2-devel libuuid-devel fuse-devel net-snmp-devel git
4
5
COPY entrypoint.sh /entrypoint.sh
6
0 commit comments