Skip to content

Commit

Permalink
Add git on docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Atsushi Abe committed Dec 24, 2019
1 parent d1e9e1c commit cf046cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM centos:centos7

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

COPY entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit cf046cb

Please sign in to comment.