Skip to content

Commit

Permalink
fix: use vale COPR from Fedora 40 repo (#2812)
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <[email protected]>
  • Loading branch information
mkuznyetsov authored Nov 7, 2024
1 parent 99b6125 commit e1a7fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ LABEL \
# Install system packages
RUN set -x \
&& dnf install --assumeyes --quiet dnf-plugins-core \
&& dnf copr enable --assumeyes --quiet mczernek/vale \
&& dnf copr enable --assumeyes --quiet mczernek/vale fedora-40-x86_64 \
&& dnf install --assumeyes --quiet \
ShellCheck \
bash \
Expand Down

0 comments on commit e1a7fb8

Please sign in to comment.