We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b9a25 commit 2332862Copy full SHA for 2332862
Dockerfile.ci
@@ -140,6 +140,10 @@ RUN mkdir -p /opt/toolchains && \
140
#
141
# Ecosystem FVP License permits redistribution (refer to the relevant license available in the container).
142
RUN set -o pipefail && \
143
+ apt update && \
144
+ apt install software-properties-common && \
145
+ add-apt-repository -y ppa:deadsnakes/ppa && \
146
+ apt install -y python3.9-dev && \
147
mkdir -p /opt/fvps && \
148
cd /opt/fvps && \
149
if [ "${HOSTTYPE}" = "x86_64" ]; then SUFFIX=""; else SUFFIX="_armv8l"; fi && \
0 commit comments