mirror of
/repos/baseimage-docker.git
synced 2025-12-31 08:11:29 +01:00
changed FROM
This commit is contained in:
parent
c983f03960
commit
bb446e00ce
@ -1,4 +1,5 @@
|
||||
FROM ubuntu:14.04
|
||||
# FROM ubuntu:14.04
|
||||
FROM resin/rpi-raspbian:wheezy
|
||||
MAINTAINER Phusion <info@phusion.nl>
|
||||
|
||||
ENV HOME /root
|
||||
|
||||
@ -42,8 +42,11 @@ $minimal_apt_get_install software-properties-common
|
||||
apt-get dist-upgrade -y --no-install-recommends
|
||||
|
||||
## Fix locale.
|
||||
$minimal_apt_get_install language-pack-en
|
||||
locale-gen en_US
|
||||
# $minimal_apt_get_install language-pack-en
|
||||
#locale-gen en_US
|
||||
$minimal_apt_get_install locales
|
||||
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
|
||||
/usr/sbin/locale-gen
|
||||
update-locale LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8
|
||||
echo -n en_US.UTF-8 > /etc/container_environment/LANG
|
||||
echo -n en_US.UTF-8 > /etc/container_environment/LC_CTYPE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user