Skip to content

Commit

Permalink
env/linux-arm64-bullseye: add GPG agent to the image
Browse files Browse the repository at this point in the history
This change adds gpg-agent to the image used for linux-arm64-longtest.
TestScript/version_buildvcs_git_gpg is failing because it is missing.
This also adds gpg-agent and triggers a rebuild of the
linux-x86-bullseye image.

Upates golang/go#49649

Change-Id: I8adac58f21beeb7a1403d8d672b5a7409fd14f74
Reviewed-on: https://go-review.googlesource.com/c/build/+/453656
Reviewed-by: Carlos Amedee <[email protected]>
Run-TryBot: Carlos Amedee <[email protected]>
Reviewed-by: Bryan Mills <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
  • Loading branch information
cagedmantis committed Nov 28, 2022
1 parent 4f529e2 commit bb3bfd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions env/linux-arm64-bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y \
gfortran \
git \
gpg \
gpg-agent \
iptables \
libc6-dev \
libgles2-mesa-dev \
Expand Down
1 change: 1 addition & 0 deletions env/linux-x86-bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ RUN apt-get update && apt-get install -y \
gfortran-multilib \
git \
gpg \
gpg-agent \
iptables \
libc6-dev \
libc6-dev-i386 \
Expand Down

0 comments on commit bb3bfd2

Please sign in to comment.