Test: use osbuild-ci container with dosfstools

The `test_mount` test case requires dosfstools to create a FAT
filesystem in a testing image.

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
Tomáš Hozza 2023-04-11 10:17:54 +02:00 committed by Tomáš Hozza
parent 56987fdda4
commit c59c5c31de

View file

@ -26,7 +26,7 @@ jobs:
- name: "Run Tests"
uses: osbuild/containers/src/actions/privdocker@552e30cf1b4ed19c6ddaa57f96c342b3dff4227b
with:
image: ghcr.io/osbuild/osbuild-ci:latest-202209070757
image: ghcr.io/osbuild/osbuild-ci:latest-202304110753
run: |
python3 -m pytest \
--pyargs "${{ matrix.test }}" \