Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 475cec9

Browse files
It would be smart to tell the computer I wanted to continue that line.
1 parent 1ebd832 commit 475cec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

naev-windows/Dockerfile.amd64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN microdnf --nodocs --setopt=install_weak_deps=0 -y install gcc gettext git me
1717
# Install openblas for mingw (building this from source is an option but probably painful)
1818
curl -L -O https://github.com/xianyi/OpenBLAS/releases/download/v0.3.20/OpenBLAS-0.3.20-x64.zip && \
1919
unzip OpenBLAS-0.3.20-x64.zip -d /usr/x86_64-w64-mingw32/sys-root/mingw && \
20-
rm -rf OpenBLAS-0.3.20-x64.zip
20+
rm -rf OpenBLAS-0.3.20-x64.zip && \
2121
# Install cross-build of enet
2222
curl -L -O http://enet.bespin.org/download/enet-1.3.17.tar.gz && \
2323
tar zxf enet-1.3.17.tar.gz && \

0 commit comments

Comments
 (0)