Skip to content

Commit 2332862

Browse files
committed
fvp: install python 3.9
Install python 3.9 needed as a dependency. Signed-off-by: Anas Nashif <[email protected]>
1 parent 05b9a25 commit 2332862

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile.ci

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@ RUN mkdir -p /opt/toolchains && \
140140
#
141141
# Ecosystem FVP License permits redistribution (refer to the relevant license available in the container).
142142
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 && \
143147
mkdir -p /opt/fvps && \
144148
cd /opt/fvps && \
145149
if [ "${HOSTTYPE}" = "x86_64" ]; then SUFFIX=""; else SUFFIX="_armv8l"; fi && \

0 commit comments

Comments
 (0)