forked from Docker/baseimage-docker
First modification
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
ARG BASE_IMAGE=ubuntu:18.04
|
||||
FROM $BASE_IMAGE
|
||||
MAINTAINER Phusion <info@phusion.nl>
|
||||
MAINTAINER Iwan <iwanpub.phusion_fr@mg.familleclement.space>
|
||||
|
||||
ARG QEMU_ARCH
|
||||
ADD x86_64_qemu-${QEMU_ARCH}-static.tar.gz /usr/bin
|
||||
@@ -13,8 +13,8 @@ RUN /bd_build/prepare.sh && \
|
||||
/bd_build/cleanup.sh
|
||||
|
||||
ENV DEBIAN_FRONTEND="teletype" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
LC_ALL="en_US.UTF-8"
|
||||
LANG="fr_FR.UTF-8" \
|
||||
LANGUAGE="fr_FR:fr" \
|
||||
LC_ALL="fr_FR.UTF-8"
|
||||
|
||||
CMD ["/sbin/my_init"]
|
||||
|
||||
Reference in New Issue
Block a user