Skip to content

Commit

Permalink
WIP: data: add common ubuntu-dev-qt
Browse files Browse the repository at this point in the history
  • Loading branch information
ahayzen committed Jan 8, 2023
1 parent 7a6f684 commit a22a614
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data/common/ubuntu-dev-qt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# SPDX-FileCopyrightText: Andrew Hayzen <ahayzen@gmail.com>
#
# 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

0 comments on commit a22a614

Please sign in to comment.