Skip to content

Commit bbd7d6c

Browse files
committed
ci: add python3 to 24.04 build image
1 parent 614cb32 commit bbd7d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/ubuntu24.04/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND=noninteractive
44

55
RUN apt update -y
66

7-
RUN apt install build-essential \
7+
RUN apt install build-essential python3 \
88
qtbase5-dev qt5-qmake qtbase5-dev-tools qttools5-dev qttranslations5-l10n \
99
libboost-dev libssl-dev libcurl4-openssl-dev \
1010
ragel ninja-build zlib1g-dev git \

0 commit comments

Comments
 (0)