Skip to content

Commit

Permalink
fix: use vale COPR from Fedora 40 repo
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <[email protected]>
  • Loading branch information
mkuznyetsov committed Nov 7, 2024
1 parent 5655cda commit a350f5d
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 a350f5d

Please sign in to comment.