Add git so tester can generate buildinfo files

This commit is contained in:
Devon Mackay 2018-09-21 10:59:11 -04:00
parent d6051bdb70
commit f5a61d7598

View File

@ -31,6 +31,10 @@ COPY script/ ./script/
RUN set -x ; \
script/alpine_setup
# Add git for buildinfo, which only the tester needs
RUN set -x ; \
apk add git
### Items that will change almost every build
#############################################
# Copy over the rest of the app source