Fixing tests more.
Some checks failed
Build Dusk / run-tests (push) Failing after 14s

This commit is contained in:
2026-03-10 20:53:28 -05:00
parent cc8845ba3e
commit 58c239f4b4

View File

@@ -1,24 +1,24 @@
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 \
# libbz2-dev \
# zlib1g-dev \
# libzip-dev \
# libbz2-dev \
# git \
# libssl-dev
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 \
libbz2-dev \
zlib1g-dev \
libzip-dev \
libbz2-dev \
git \
libssl-dev