Skip to content

Commit

Permalink
Merge pull request #3313 from zjeffer/fix/zjeffer/dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexays committed May 30, 2024
2 parents 9332697 + 532a902 commit 1a1a61e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
build-and-push:
runs-on: ubuntu-latest
strategy:
fail-fast: false # don't fail the other jobs if one of the images fails to build
matrix:
os: [ 'alpine', 'archlinux', 'debian', 'fedora', 'gentoo', 'opensuse' ]

Expand Down
2 changes: 1 addition & 1 deletion Dockerfiles/fedora
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ RUN dnf install -y @c-development \
'pkgconfig(wayland-client)' \
'pkgconfig(wayland-cursor)' \
'pkgconfig(wayland-protocols)' \
'pkgconfig(wireplumber-0.4)' \
'pkgconfig(wireplumber-0.5)' \
'pkgconfig(xkbregistry)' && \
dnf clean all -y

0 comments on commit 1a1a61e

Please sign in to comment.