mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Fixing locale stuff in ubuntu 14.04 Dockerfile
This commit is contained in:
@@ -3,6 +3,7 @@ RUN apt-get clean; apt-get update -y;
|
||||
RUN apt-get install -y \
|
||||
debianutils \
|
||||
git \
|
||||
locales \
|
||||
make \
|
||||
mercurial \
|
||||
ruby \
|
||||
@@ -24,5 +25,6 @@ RUN apt-get install -y \
|
||||
RUN sed -i -e 's/^\(Defaults\s*requiretty\)/#--- \1/' /etc/sudoers
|
||||
RUN mkdir /etc/ansible/
|
||||
RUN echo -e '[local]\nlocalhost' > /etc/ansible/hosts
|
||||
RUN locale-gen en_US.UTF-8
|
||||
ENV container=docker
|
||||
CMD ["/sbin/init"]
|
||||
|
||||
Reference in New Issue
Block a user