ci: restore dependency-storing dockerfile

This commit is contained in:
En-En 2025-08-26 01:37:08 +00:00 committed by Supreeeme
parent 9052dd556a
commit fe1796cfa7
4 changed files with 95 additions and 29 deletions

9
.github/workflows/ubuntu.dockerfile vendored Normal file
View file

@ -0,0 +1,9 @@
FROM ubuntu:latest
ARG DEBIAN_FRONTEND=noninteractive
ENV TZ=Etc/UTC
RUN apt-get update \
&& apt-get install -y xwayland libxcb1 clang libxcb-cursor0 libxcb-cursor-dev curl pkg-config libegl1 \
&& rm -r /var/lib/apt/lists/*
RUN mkdir /run/xwls-test
ENV XDG_RUNTIME_DIR="/run/xwls-test"