Skip to content

Commit 9e8f478

Browse files
authored
Update Dockerfile
1 parent 84bdff1 commit 9e8f478

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ RUN ARCH=$(uname -m) \
3333
&& if [ "$ARCH" = "aarch64" ]; then \
3434
&& curl -sSLO https://github.com/ninja-build/ninja/releases/download/v1.12.1/ninja-linux-aarch64.zip ; \
3535
&& else \
36-
&& curl -sSLO https://github.com/ninja-build/ninja/releases/download/v1.12.1/ninja-linux.zip ;
37-
fi \
36+
&& curl -sSLO https://github.com/ninja-build/ninja/releases/download/v1.12.1/ninja-linux.zip ; \
37+
&& fi \
3838
&& unzip ninja*.zip \
3939
&& rm *.zip \
4040
&& mv ninja /opt/cmake/bin

0 commit comments

Comments
 (0)