This commit is contained in:
parent
8ba85be716
commit
c04cf18d11
@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND noninteractive
|
||||
ENV LANG C.UTF-8
|
||||
COPY pynyaata /app/pynyaata
|
||||
COPY requirements.txt /app
|
||||
COPY run.py /app
|
||||
COPY *.py /app
|
||||
WORKDIR /app
|
||||
RUN apt-get update && apt-get -y upgrade && apt-get -y install locales && \
|
||||
printf "en_US.UTF-8 UTF-8\nfr_FR.UTF-8 UTF-8\n" > /etc/locale.gen && \
|
||||
|
Reference in New Issue
Block a user