source: ogBrowser-Git/Dockerfile @ b569edf

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

test

  • Property mode set to 100644
File size: 396 bytes
RevLine 
[c0f5f43]1FROM ubuntu:24.04
[cc939f2]2ENV DEBIAN_FRONTEND=noninteractive
3ENV DEBIAN_PRIORITY=critical
4
5RUN apt update
6RUN apt dist-upgrade -y
[c228c60]7RUN apt install -y openssh-client 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
[0113b89]8
[cc939f2]9
Note: See TracBrowser for help on using the repository browser.