chore: remove git in Dockerfile

This commit is contained in:
Maël Gangloff
2024-08-28 17:50:24 +02:00
parent 02c9ce7eec
commit b3544a4d08

View File

@@ -20,7 +20,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
acl \
file \
gettext \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -eux; \