From f8775e1747f43d14973d334c44be476b6b0300c6 Mon Sep 17 00:00:00 2001 From: Andrew Hayzen Date: Sun, 8 Jan 2023 01:46:44 +0000 Subject: [PATCH] WIP: data: add common ubuntu-dev-qt --- data/common/ubuntu-dev-qt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 data/common/ubuntu-dev-qt diff --git a/data/common/ubuntu-dev-qt b/data/common/ubuntu-dev-qt new file mode 100644 index 0000000..c0b7d6f --- /dev/null +++ b/data/common/ubuntu-dev-qt @@ -0,0 +1,17 @@ +# SPDX-FileCopyrightText: Andrew Hayzen +# +# SPDX-License-Identifier: MPL-2.0 + +ENV DEBIAN_FRONTEND=noninteractive + +RUN apt-get update \ + && apt-get install --yes \ + libxcb-icccm4 \ + libxcb-cursor0 \ + libxcb-keysyms1 \ + libxcb-xinerama0 \ + libxkbcommon-x11-0 \ + mesa-common-dev \ + && apt-get install --yes \ + libegl-dev \ + libwayland-dev