mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 15:27:47 -02:30
Update Dockerfile to properly set shell encoding
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
FROM ubuntu:14.04
|
FROM ubuntu:14.04
|
||||||
|
|
||||||
|
RUN locale-gen en_US.UTF-8
|
||||||
|
ENV LANG en_US.UTF-8
|
||||||
|
ENV LANGUAGE en_US:en
|
||||||
|
ENV LC_ALL en_US.UTF-8
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y software-properties-common python-software-properties
|
RUN apt-get install -y software-properties-common python-software-properties
|
||||||
RUN add-apt-repository -y ppa:chris-lea/redis-server; add-apt-repository -y ppa:chris-lea/zeromq
|
RUN add-apt-repository -y ppa:chris-lea/redis-server; add-apt-repository -y ppa:chris-lea/zeromq
|
||||||
|
|||||||
Reference in New Issue
Block a user