Skip to content

Commit 8a1ba74

Browse files
committed
ci: add new ubuntu docker images
1 parent 812604c commit 8a1ba74

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
File renamed without changes.

docker/ubuntu18.04/Dockerfile docker/ubuntu24.04/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
FROM ubuntu:bionic
1+
FROM ubuntu:noble
22

33
ENV DEBIAN_FRONTEND=noninteractive
44

55
RUN apt update -y
66

77
RUN apt install build-essential \
88
qtbase5-dev qt5-qmake qtbase5-dev-tools qttools5-dev qttranslations5-l10n \
9-
libboost-dev libicu-dev libssl-dev libcurl4-openssl-dev \
9+
libboost-dev libssl-dev libcurl4-openssl-dev \
1010
ragel ninja-build zlib1g-dev git \
11-
wget fuse -y && \
11+
wget fuse file -y && \
1212
apt clean && rm -rf /var/lib/apt/lists/*
1313

1414
RUN wget https://github.com/Kitware/CMake/releases/download/v3.20.2/cmake-3.20.2-linux-x86_64.sh && \

0 commit comments

Comments
 (0)