Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Feb 5, 2025
1 parent 7e45544 commit ab49c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ENV PATH /opt/cmake/bin:$PATH
# As with CMake install a later version of Ninja than waht 18.04 has.
# FIXME as part of PR. Write if statement over multiple lines
RUN ARCH=$(uname -m) \
if [ $ARCH" = "aarch64" ] ; then curl -sSLO https://github.com/ninja-build/ninja/releases/download/v1.12.1/ninja-linux-aarch64.zip ; unzip ninja-linux-aarch64.zip; else curl -sSLO https://github.com/ninja-build/ninja/releases/download/v1.12.1/ninja-linux.zip ; unzip ninja-linux.zip; fi \
&& if [ $ARCH" = "aarch64" ]; then curl -sSLO https://github.com/ninja-build/ninja/releases/download/v1.12.1/ninja-linux-aarch64.zip ; unzip ninja-linux-aarch64.zip; else curl -sSLO https://github.com/ninja-build/ninja/releases/download/v1.12.1/ninja-linux.zip ; unzip ninja-linux.zip; fi \
&& rm *.zip \
&& mv ninja /opt/cmake/bin
Expand Down

0 comments on commit ab49c10

Please sign in to comment.