Skip to content

Updated os images #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions centos-10.docker
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM centos:10
RUN yum -y groupinstall "X Window System" "Fonts"; yum -y install libX11-xcb xcb-util libnsl dbus-x11; yum clean all


7 changes: 7 additions & 0 deletions debian-bookworm.docker
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM debian:bookworm

RUN apt-get update; \
apt-get install -y libdrm2 libexpat1 libfontconfig1 libfreetype6 libgl1 libpciaccess0 libx11-6 libx11-xcb1 libxau6 libxcb1 ca-certificates openssl\
libxcb-dri2-0 libxcb-dri3-0 libxcb-present0 libxcb-randr0 libxcb-render0 libxcb-shape0 xkb-data libxkbcommon-x11-0 xorg adwaita-icon-theme\
libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcb-xkb1 libxcursor1 libxdamage1 libxdmcp6 libxfixes3 libxrender1 libxshmfence1 libxxf86vm1 dbus-x11; \
apt-get autoclean
3 changes: 3 additions & 0 deletions fedora-42.docker
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM fedora:42
RUN yum -y install mesa-libGL mesa-dri-drivers xorg-x11-server-Xorg libX11-xcb xcb-util libnsl shared-mime-info adwaita-icon-theme fontconfig dbus-x11; yum clean all

7 changes: 7 additions & 0 deletions ubuntu-noble.docker
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM ubuntu:noble

RUN apt-get update; \
apt-get install -y libdrm2 libexpat1 libfontconfig1 libfreetype6 libgl1 libpciaccess0 libx11-6 libx11-xcb1 libxau6 libxcb1 ca-certificates openssl \
libxcb-dri2-0 libxcb-dri3-0 libxcb-present0 libxcb-randr0 libxcb-render0 libxcb-shape0 xkb-data libxkbcommon-x11-0 xorg dbus-x11 \
libxcb-shm0 libxcb-sync1 libxcb-util1 libxcb-xfixes0 libxcb-xkb1 libxcursor1 libxdamage1 libxdmcp6 libxfixes3 libxrender1 libxshmfence1 libxxf86vm1; \
apt-get autoclean