Add LANG env to Dockerfile
This commit is contained in:
parent
479b0dd847
commit
3d754045d7
@ -3,3 +3,5 @@ FROM debian:10.4-slim
|
|||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y ffmpeg && \
|
apt-get install -y ffmpeg && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
ENV LANG=C.UTF-8
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user