Test Docker user
Some checks failed
Build Dusk / run-tests (push) Failing after 25s

This commit is contained in:
2026-03-10 15:34:53 -05:00
parent d67ef02941
commit a2b38d3b83
5 changed files with 56 additions and 26 deletions

20
docker/linux/Dockerfile Normal file
View File

@@ -0,0 +1,20 @@
FROM ubuntu:latest
WORKDIR /workdir
RUN apt-get update
RUN apt-get install -y \
build-essential \
cmake \
python3 \
python3-pip \
python3-polib \
python3-pil \
libsdl2-dev \
libgl1-mesa-dev \
libzip-dev \
python3-dotenv \
python3-pyqt5 \
python3-opengl \
liblua5.3-dev \
xz-utils \
git
VOLUME ["/workdir"]