fix(worker): remove invalid udev package, use syslinux-utils for isoinfo
Ampel / ampel (push) Failing after 28s

This commit is contained in:
Hitonabi
2026-07-23 12:24:31 +02:00
parent 524d2e570e
commit a456e8587c
+1 -2
View File
@@ -5,8 +5,7 @@ WORKDIR /app
RUN apt-get update && apt-get install -y --no-install-recommends \
gcc \
makepkg \
isoinfo \
udev \
syslinux-utils \
&& rm -rf /var/lib/apt/lists/*
COPY docker/worker/requirements.txt .