We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812604c commit 8a1ba74Copy full SHA for 8a1ba74
docker/ubuntu18.04_qt5.15/Dockerfile docker/ubuntu20.04_qt5.15/Dockerfile
docker/ubuntu18.04/Dockerfile docker/ubuntu24.04/Dockerfile
@@ -1,14 +1,14 @@
1
-FROM ubuntu:bionic
+FROM ubuntu:noble
2
3
ENV DEBIAN_FRONTEND=noninteractive
4
5
RUN apt update -y
6
7
RUN apt install build-essential \
8
qtbase5-dev qt5-qmake qtbase5-dev-tools qttools5-dev qttranslations5-l10n \
9
- libboost-dev libicu-dev libssl-dev libcurl4-openssl-dev \
+ libboost-dev libssl-dev libcurl4-openssl-dev \
10
ragel ninja-build zlib1g-dev git \
11
- wget fuse -y && \
+ wget fuse file -y && \
12
apt clean && rm -rf /var/lib/apt/lists/*
13
14
RUN wget https://github.com/Kitware/CMake/releases/download/v3.20.2/cmake-3.20.2-linux-x86_64.sh && \
0 commit comments