summaryrefslogtreecommitdiffstats
path: root/builder/Dockerfile
blob: 7e257b7f8dcf79552f4d4eccb8514fee4dd53067 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
FROM chsa/gbootstrap

# We do it now inside (git pull also may bring back un-necessary and potentialy problematic configs)
#RUN \
#    cd /darklin/gentoo && git pull && \
#    cd /darklin/darklin4 && git pull && \
#    emerge --sync && eix-sync &&  \
#    emerge -1 portage

COPY files/ /
 
CMD ["/bin/bash", "/entrypoint.sh"]