La forge est allumée, la roche est chauffée, les outils sont prêts. Sous l’œil du goéland et le souffle de l’hermine, la première pierre d’Erminig est posée. Ce n’est qu’un début. Le vent tourne, la mer se lève.
9 lines
260 B
Docker
Executable file
9 lines
260 B
Docker
Executable file
FROM ubuntu:24.04
|
|
|
|
RUN apt -y update && apt -y upgrade && apt -y dist-upgrade
|
|
RUN apt -y install binutils bison gawk g++ m4 make patch python3 texinfo pigz pixz zstd wget sudo xz-utils
|
|
|
|
RUN apt -y clean
|
|
RUN rm /bin/sh && ln -s bash /bin/sh
|
|
COPY lfs-12.2.sh /
|
|
|