Skip to content

Commit 0b61786

Browse files
author
Dmitry Berezovsky
committed
Added git and svn clients
1 parent 680f9fd commit 0b61786

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ ENV DOCKER_AVAILABLE=1
4949

5050
# ------------------------------------------------------------------------
5151

52+
# ------------------------------------------------------------------------ VCS
53+
54+
RUN yum install -y git subversion
55+
ENV GIT_AVAILABLE=1
56+
ENV SVN_AVAILABLE=1
57+
5258
EXPOSE ${AGENT_PORT}
5359
VOLUME /srv/teamcity-agent/conf
5460
USER app

0 commit comments

Comments
 (0)