mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-07 06:53:40 +00:00
Test
This commit is contained in:
parent
d466f4abe1
commit
be4d2b2b58
1 changed files with 2 additions and 5 deletions
|
@ -1,10 +1,7 @@
|
|||
FROM debian:buster
|
||||
|
||||
RUN sed -i 's/^# *\(en_US.UTF-8\)/\1/' /etc/locale.gen
|
||||
RUN locale-gen
|
||||
ENV LANG en_US.UTF-8
|
||||
ENV LANGUAGE en_US:en
|
||||
ENV LC_ALL en_US.UTF-8
|
||||
ENV LANG C.UTF-8
|
||||
ENV LC_ALL C.UTF-8
|
||||
|
||||
EXPOSE 6767
|
||||
|
||||
|
|
Loading…
Reference in a new issue