Commit eef094c 1 parent e492841 commit eef094c Copy full SHA for eef094c
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM ubuntu:focal
3
3
ENV DEBIAN_FRONTEND=noninteractive
4
4
5
5
RUN apt-get update -y && \
6
- apt-get install --no-install-recommends build-essential \
6
+ apt-get install --no-install-recommends build-essential python3 python-is-python3 \
7
7
qtbase5-dev qt5-qmake qtbase5-dev-tools qttools5-dev qttranslations5-l10n\
8
8
libboost-dev libssl-dev libicu-dev libcurl4-openssl-dev \
9
9
ragel ninja-build zlib1g-dev git pkg-config \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RUN apt-get update -y && \
6
6
apt-get install --no-install-recommends software-properties-common -y && \
7
7
add-apt-repository ppa:beineri/opt-qt-5.15.3-focal -y && \
8
8
apt-get update -y && \
9
- apt-get install --no-install-recommends build-essential \
9
+ apt-get install --no-install-recommends build-essential python3 python-is-python3 \
10
10
qt515base qt515svg qt515tools qt515imageformats qt515translations \
11
11
mesa-common-dev libglu1-mesa-dev \
12
12
libboost-dev libicu-dev libssl-dev libcurl4-openssl-dev \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM ubuntu:jammy
3
3
ENV DEBIAN_FRONTEND=noninteractive
4
4
5
5
RUN apt update -y && \
6
- apt install --no-install-recommends build-essential \
6
+ apt install --no-install-recommends build-essential python3 python-is-python3 \
7
7
qtbase5-dev qt5-qmake qtbase5-dev-tools qttools5-dev qttranslations5-l10n \
8
8
libboost-dev libssl-dev libcurl4-openssl-dev \
9
9
ragel ninja-build zlib1g-dev git pkg-config \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM ubuntu:noble
3
3
ENV DEBIAN_FRONTEND=noninteractive
4
4
5
5
RUN apt-get update -y && \
6
- apt-get install --no-install-recommends build-essential \
6
+ apt-get install --no-install-recommends build-essential python3 python-is-python3 \
7
7
qt6-base-dev qt6-5compat-dev qt6-translations-l10n \
8
8
qt6-tools-dev-tools qt6-base-dev-tools qt6-tools-dev \
9
9
libboost-dev libicu-dev libssl-dev libcurl4-openssl-dev \
You can’t perform that action at this time.
0 commit comments