Actualiser Dockerfile
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-01-02 11:05:19 +01:00
parent 43f387f14f
commit 8c7252abb7

View File

@@ -10,7 +10,4 @@ RUN apt-get update && \
ENV LANG=fr_FR.UTF-8
RUN sed -i -e "s/# $LANG.*/$LANG UTF-8/" /etc/locale.gen && \
dpkg-reconfigure --frontend=noninteractive locales && \
update-locale LANG=$LANG