Add dockerfile
parent
068539c85a
commit
cc939f2aae
|
@ -0,0 +1,8 @@
|
||||||
|
FROM ubuntu:22.04
|
||||||
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
ENV DEBIAN_PRIORITY=critical
|
||||||
|
|
||||||
|
RUN apt update
|
||||||
|
RUN apt dist-upgrade -y
|
||||||
|
RUN 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
|
||||||
|
|
Loading…
Reference in New Issue