aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/docker/Dockerfile-qt-6-ubuntu-24.04-build
blob: d8d7523336fd3ba9ac40f01fb181bb8ab79ba41b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

FROM ubuntu:24.04

RUN apt-get update \
 && DEBIAN_FRONTEND=noninteractive apt-get install -y \
    openssh-client \
    g++ \
    sudo \
    vim \
    wget \
    qt6-base-dev \
    qt6-5compat-dev \
    gdb \
    gdbserver \
    linux-tools-common \
    valgrind \
    x11-apps \
    clangd \
    clang-tidy \
    clazy \
    qbs \
    cmake \
    ninja-build