Add the git package to the docker image.

This commit is contained in:
Ralph Bean
2016-10-26 15:46:07 -04:00
parent 120e1eb84a
commit c025aeeff6

View File

@@ -12,6 +12,7 @@ RUN dnf install -y \
python-m2ext \
fedmsg-relay \
python-mock \
git \
&& \
dnf autoremove -y \
&& \