Skip to content

Commit 84bdff1

Browse files
authored
Update Dockerfile
1 parent 4919452 commit 84bdff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN ARCH=$(uname -m) \
3434
&& curl -sSLO https://github.com/ninja-build/ninja/releases/download/v1.12.1/ninja-linux-aarch64.zip ; \
3535
&& else \
3636
&& curl -sSLO https://github.com/ninja-build/ninja/releases/download/v1.12.1/ninja-linux.zip ;
37-
&& fi \
37+
fi \
3838
&& unzip ninja*.zip \
3939
&& rm *.zip \
4040
&& mv ninja /opt/cmake/bin

0 commit comments

Comments
 (0)