Skip to content

Commit

Permalink
dockerfile: Add gpg pkg to fix codecov workflows
Browse files Browse the repository at this point in the history
The code coverage workflow of both nvme-cli and libnvme is silently
failing partly because gpg is not present for importing the Codecov gpg
key.
See https://github.com/linux-nvme/nvme-cli/actions/runs/11609541747/job/32326984209

At the same time clean up packages that are installed twice.

Signed-off-by: Dennis Maisenbacher <[email protected]>
  • Loading branch information
MaisenbacherD committed Oct 31, 2024
1 parent 92081e7 commit cc7830a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile.debian.python
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ RUN apt-get update && \
apt-get install --no-install-recommends -y \
meson gcc g++ clang pkg-config git \
libjson-c-dev libssl-dev libkeyutils-dev libdbus-1-dev libpython3-dev \
pipx python3-dev swig xz-utils \
xz-utils \
lcov && \
pipx python3-dev swig xz-utils lcov gnupg && \
apt-get update && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

0 comments on commit cc7830a

Please sign in to comment.