fixed scripts

This commit is contained in:
Mr Bot 2019-02-12 12:18:32 +03:00
parent 7581413930
commit fd0b8322a9

View File

@ -8,7 +8,6 @@ RUN rm /etc/apt/sources.list
COPY sources.list /etc/apt/sources.list
COPY locale.gen /etc/locale.gen
# fix errors
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
RUN apt-get update && apt-get install -y --allow-unauthenticated ca-certificates gnupg sudo apt-transport-https lsb-release apt-utils locales console-cyrillic
@ -30,7 +29,6 @@ RUN ln -sf /dev/stdout /var/log/nginx/access.log && \
#After install fixes
RUN apt-get dist-upgrade -y
RUN sudo locale-gen
RUN localedef en_US.UTF-8 -i en_US -f UTF-8
RUN update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8