Skip to content

Commit

Permalink
Merge pull request #1379 from jluebbe/container
Browse files Browse the repository at this point in the history
test/Dockerfile: add acl to control access to coverage files in qemu
  • Loading branch information
ejoerns committed Apr 5, 2024
2 parents dc8c435 + efff1b4 commit 268a003
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN apt-get update -q && apt-get install -q -y --no-install-recommends \

# Required for testing
RUN apt-get install -q -y --no-install-recommends \
acl \
squashfs-tools \
dosfstools \
lcov \
Expand Down

0 comments on commit 268a003

Please sign in to comment.