Add git so tester can generate buildinfo files
This commit is contained in:
parent
d6051bdb70
commit
f5a61d7598
@ -31,6 +31,10 @@ COPY script/ ./script/
|
|||||||
RUN set -x ; \
|
RUN set -x ; \
|
||||||
script/alpine_setup
|
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
|
### Items that will change almost every build
|
||||||
#############################################
|
#############################################
|
||||||
# Copy over the rest of the app source
|
# Copy over the rest of the app source
|
||||||
|
Loading…
x
Reference in New Issue
Block a user