ci: full upgrade

This commit is contained in:
Antoine Aflalo
2025-09-09 21:48:26 -04:00
parent 19dcf9d40b
commit 12817b1bff

View File

@@ -22,7 +22,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends adduser && \
COPY ${TARGETPLATFORM}/CBZOptimizer ${APP_PATH}
RUN apt-get update && \
apt-get upgrade -y && \
apt-get full-upgrade -y && \
apt-get install -y --no-install-recommends \
inotify-tools \
bash \