Skip to content

Commit

Permalink
add gzip
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
  • Loading branch information
andistorm committed Apr 12, 2024
1 parent ea4a417 commit 8ff26e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/images/build-kit/alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ RUN apk update && \
py3-pip \
# required for testing
gtest-dev \
lcov
lcov \
# required by lcov
gzip


# additional packages
Expand Down

0 comments on commit 8ff26e2

Please sign in to comment.