close Warning: Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.

source: ogBrowser-Git/Dockerfile

fix_uploadmain
Last change on this file was 1b1be7c, checked in by Vadim Troshchinskiy Shmelev <vtroshchinskiy@…>, 4 months ago

Build with Jenkins

  • Property mode set to 100644
File size: 396 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 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
8
9
Note: See TracBrowser for help on using the repository browser.