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 540ecaa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ RUN apt-get update -qq && \
ca-certificates \
gdb \
git \
gpg \
gpg-agent \
${LIBCXX} \
libcurl4-openssl-dev \
libdw-dev \
Expand Down
2 changes: 2 additions & 0 deletions gcc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ RUN apt-get update -qq && \
g++-${GCC_VERSION} \
gdb \
git \
gpg \
gpg-agent \
libcurl4-openssl-dev \
libdw-dev \
libiberty-dev \
Expand Down

0 comments on commit 540ecaa

Please sign in to comment.