Skip to content

Commit cf046cb

Browse files
author
Atsushi Abe
committed
Add git on docker
1 parent d1e9e1c commit cf046cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM centos:centos7
22

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
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 git
44

55
COPY entrypoint.sh /entrypoint.sh
66

0 commit comments

Comments
 (0)