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 680f9fd commit 0b61786Copy full SHA for 0b61786
Dockerfile
@@ -49,6 +49,12 @@ ENV DOCKER_AVAILABLE=1
49
50
# ------------------------------------------------------------------------
51
52
+# ------------------------------------------------------------------------ VCS
53
+
54
+RUN yum install -y git subversion
55
+ENV GIT_AVAILABLE=1
56
+ENV SVN_AVAILABLE=1
57
58
EXPOSE ${AGENT_PORT}
59
VOLUME /srv/teamcity-agent/conf
60
USER app
0 commit comments