Include git in builder image for go build stamps

This commit is contained in:
Juan Pablo Civile 2022-10-04 15:07:08 -03:00
parent 10eb13c988
commit 1a36bf5fbb
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ RUN apt-get update
RUN apt-get install -y \
golang-1.18-go=1.18.1-1ubuntu1 \
gcc-mingw-w64=10.3.0-14ubuntu1+24.3 \
gcc-multilib=4:11.2.0-1ubuntu1
gcc-multilib=4:11.2.0-1ubuntu1 \
git=1:2.34.1-1ubuntu1
# Copy the source code into the container:
WORKDIR /src