mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-12 06:37:55 +03:00
fixed scripts
This commit is contained in:
parent
7581413930
commit
fd0b8322a9
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user