We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a8cb18 commit 9ab5ac3Copy full SHA for 9ab5ac3
Dockerfile.ci
@@ -36,6 +36,8 @@ ARG FVP_CORSTONE320_VERSION=11.27_25
36
ENV FVP_CORSTONE320_VERSION=$FVP_CORSTONE320_VERSION
37
ARG WGET_ARGS="-q --show-progress --progress=bar:force:noscroll"
38
39
+SHELL ["/bin/bash", "-c"]
40
+
41
# Install Kitware ninja
42
# NOTE: Pre-built Kitware ninja binaries are only available for x86_64 host.
43
RUN <<EOF
0 commit comments