Skip to content

Commit

Permalink
Merge pull request #3 from MaisenbacherD/fix-code-coverage
Browse files Browse the repository at this point in the history
dockerfile: Add gpg pkg to fix codecov workflows
  • Loading branch information
igaw authored Oct 31, 2024
2 parents 92081e7 + cc7830a commit b9ac560
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 b9ac560

Please sign in to comment.