Skip to content

Commit

Permalink
ci: add new ubuntu docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed Nov 14, 2024
1 parent 812604c commit 8a1ba74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
FROM ubuntu:bionic
FROM ubuntu:noble

ENV DEBIAN_FRONTEND=noninteractive

RUN apt update -y

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

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

0 comments on commit 8a1ba74

Please sign in to comment.