Skip to content

Commit

Permalink
Add missing install to dnf
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Nov 3, 2023
1 parent e099ae1 commit b77c613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-wheel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ RUN case "${LINUX_VER}" in \
&& dnf config-manager --set-enabled powertools \
&& dnf install -y blas-devel lapack-devel \
&& dnf -y install gcc-toolset-11-gcc gcc-toolset-11-gcc-c++ \
&& dnf -y yasm \
&& dnf -y install yasm \
&& dnf clean all \
&& echo -e ' \
#!/bin/bash\n \
Expand Down

0 comments on commit b77c613

Please sign in to comment.