mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
verify if regen is faster
This commit is contained in:
parent
fe9e1c7654
commit
a7535d9378
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ RUN git clone https://github.com/gentoo/gentoo.git --depth 1
|
||||||
#RUN git clone https://github.com/pentoo/pentoo-overlay.git pentoo --depth 1
|
#RUN git clone https://github.com/pentoo/pentoo-overlay.git pentoo --depth 1
|
||||||
# Use the github checkout for pentoo, that's what we are testing
|
# Use the github checkout for pentoo, that's what we are testing
|
||||||
COPY . pentoo
|
COPY . pentoo
|
||||||
RUN emerge --regen --jobs=$(nproc) --quiet
|
RUN FEATURES="-ipc-sandbox -network-sandbox -pid-sandbox" emerge --regen --jobs=$(nproc) --quiet
|
||||||
WORKDIR /home
|
WORKDIR /home
|
||||||
#RUN sed -i 's#pentoo-in-a-container#pentoo-in-a-container -pentoo-full#' /etc/portage/make.conf
|
#RUN sed -i 's#pentoo-in-a-container#pentoo-in-a-container -pentoo-full#' /etc/portage/make.conf
|
||||||
#disable minimal
|
#disable minimal
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue