Skip to content

Commit 86ce073

Browse files
authored
Update Dockerfile
1 parent 9f6e113 commit 86ce073

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
@@ -31,7 +31,7 @@ ENV PATH /opt/cmake/bin:$PATH
3131
# As with CMake install a later version of Ninja than waht 18.04 has.
3232
RUN ARCH=$(uname -m) \
3333
&& if [ "$ARCH" = "aarch64" ]; then SUFFIX=-aarch64; fi \
34-
&& curl -sSL -o ninja.zip https://github.com/ninja-build/ninja/releases/download/v1.12.1/ninja-linux$(SUFFIX).zip \
34+
&& curl -sSL -o ninja.zip https://github.com/ninja-build/ninja/releases/download/v1.12.1/ninja-linux${SUFFIX}.zip \
3535
&& unzip ninja.zip \
3636
&& rm *.zip \
3737
&& mv ninja /opt/cmake/bin

0 commit comments

Comments
 (0)