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 2bf06dc commit 3855460
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 @@ -26,6 +26,7 @@ RUN apt-get update -qq && \
xz-utils \
zlib1g-dev \
wget
RUN apt-get install -y --no-install-recommends gpg gpg-agent || true

COPY clang/install-clang.sh ./
ARG CLANG_VERSION
Expand Down
1 change: 1 addition & 0 deletions gcc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN apt-get update -qq && \
xz-utils \
zlib1g-dev \
wget
RUN apt-get install -y --no-install-recommends gpg gpg-agent || true

ARG GCC_VERSION
RUN bash -c 'for f in /usr/bin/*-${GCC_VERSION}; do echo ln -s $f /usr/bin/`basename $f -${GCC_VERSION}`; ln -s $f /usr/bin/`basename $f -${GCC_VERSION}`; done'
Expand Down

0 comments on commit 3855460

Please sign in to comment.