Add git so tester can generate buildinfo files
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user