aboutsummaryrefslogtreecommitdiff
blob: 11b811efa74d43e7863be5e5522e8a13df830ce8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
FROM busybox

MAINTAINER Gentoo Docker Team

# This one should be present by running the build.sh script
ADD build.sh /

RUN /build.sh amd64 x86_64 -nomultilib

# Setup the rc_sys
RUN sed -e 's/#rc_sys=""/rc_sys="docker"/g' -i /etc/rc.conf

# By default, UTC system
RUN echo 'UTC' > /etc/timezone