ci: restore dependency-storing dockerfile
This commit is contained in:
parent
9052dd556a
commit
fe1796cfa7
4 changed files with 95 additions and 29 deletions
9
.github/workflows/ubuntu.dockerfile
vendored
Normal file
9
.github/workflows/ubuntu.dockerfile
vendored
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue