summaryrefslogtreecommitdiffstats
path: root/builder/Dockerfile
blob: 898cfd30500899c7fcaf5e4b509e90b7476b7d5d (plain)
1
2
3
4
5
6
7
8
9
FROM chsa/gbootstrap

RUN \
    cd /darklin/gentoo && git pull && \
    cd /darklin/darklin4 && git pull && \
    emerge --sync && eix-sync &&  \
    emerge -1 portage
 
CMD ["/bin/bash", "/etc/portage/scripts/bootstrap/builder.sh"]