[Docker] Silence git warnings

https://github.blog/2022-04-12-git-security-vulnerability-announced/
This commit is contained in:
Earlopain 2022-04-25 21:01:58 +02:00
parent e45e9023d4
commit 8d1f0519ac
No known key found for this signature in database
GPG Key ID: 6CFB948E15246897

View File

@ -10,6 +10,8 @@ RUN wget -O - https://github.com/jemalloc/jemalloc/releases/download/5.2.1/jemal
make && \ make && \
make install make install
RUN git config --global --add safe.directory /app
ENV LD_PRELOAD=/usr/local/lib/libjemalloc.so.2 ENV LD_PRELOAD=/usr/local/lib/libjemalloc.so.2
# Install js packages and gems # Install js packages and gems