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 FROM ubuntu:latest
WORKDIR /workdir WORKDIR /workdir
RUN apt-get update RUN apt-get update
# RUN apt-get install -y \ RUN apt-get install -y \
# build-essential \ build-essential \
# cmake \ cmake \
# python3 \ python3 \
# python3-pip \ python3-pip \
# python3-polib \ python3-polib \
# python3-pil \ python3-pil \
# libsdl2-dev \ libsdl2-dev \
# libgl1-mesa-dev \ libgl1-mesa-dev \
# libzip-dev \ libzip-dev \
# python3-dotenv \ python3-dotenv \
# python3-pyqt5 \ python3-pyqt5 \
# python3-opengl \ python3-opengl \
# liblua5.3-dev \ liblua5.3-dev \
# xz-utils \ xz-utils \
# libbz2-dev \ libbz2-dev \
# zlib1g-dev \ zlib1g-dev \
# libzip-dev \ libzip-dev \
# libbz2-dev \ libbz2-dev \
# git \ git \
# libssl-dev libssl-dev