Skip to content

Commit

Permalink
Include git in builder image for go build stamps
Browse files Browse the repository at this point in the history
  • Loading branch information
champo committed Oct 4, 2022
1 parent 10eb13c commit 1a36bf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a36bf5

Please sign in to comment.