source: ogBrowser-Git/Dockerfile @ f6e9b84

jenkins
Last change on this file since f6e9b84 was 0113b89, checked in by Vadim Troshchinskiy Shmelev <vtroshchinskiy@…>, 2 months ago

test

  • Property mode set to 100644
File size: 381 bytes
Line 
1FROM ubuntu:24.04
2ENV DEBIAN_FRONTEND=noninteractive
3ENV DEBIAN_PRIORITY=critical
4
5RUN apt update
6RUN apt dist-upgrade -y
7RUN apt install -y build-essential cmake g++ qt6-base-dev qt6-webengine-dev linguist-qt6  libgl1-mesa-dev qt6-tools-dev qt6-l10n-tools  qt6-tools-dev-tools libqt6core5compat6-dev lxqt-build-tools qt6-webengine-dev-tools libqt6webenginecore6-bin ninja-build
8
9
Note: See TracBrowser for help on using the repository browser.