fix: update Dockerfile

This commit is contained in:
Maël Gangloff 2025-01-27 21:55:51 +01:00
parent ce5ac5714d
commit d103afea42
No known key found for this signature in database
GPG Key ID: 11FDC81C24A7F629

View File

@ -20,6 +20,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
acl \
file \
gettext \
libicu-dev \
libzip-dev \
unzip \
g++ \
&& rm -rf /var/lib/apt/lists/*
RUN set -eux; \