Skip to content

Commit

Permalink
Git required by Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
valtri committed Aug 7, 2017
1 parent 3c5f94c commit 2e40774
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
Expand Up @@ -2,7 +2,7 @@ FROM centos:7
MAINTAINER František Dvořák <[email protected]>

RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm \
&& yum install -y java-1.8.0-openjdk-headless openssh-server sudo \
&& yum install -y git java-1.8.0-openjdk-headless openssh-server sudo \
&& yum clean all \
&& rm -rf /var/cache/yum/*

Expand Down

0 comments on commit 2e40774

Please sign in to comment.