Skip to content

Commit

Permalink
Install gpg and gpg-agent (used by codecov)
Browse files Browse the repository at this point in the history
  • Loading branch information
rollbear committed Mar 14, 2024
1 parent c9a03c3 commit db959fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions clang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN apt-get update -qq && \
ca-certificates \
gdb \
git \
gpg \
${LIBCXX} \
libcurl4-openssl-dev \
libdw-dev \
Expand Down
1 change: 1 addition & 0 deletions gcc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN apt-get update -qq && \
g++-${GCC_VERSION} \
gdb \
git \
gpg \
libcurl4-openssl-dev \
libdw-dev \
libiberty-dev \
Expand Down

0 comments on commit db959fa

Please sign in to comment.