Premier battement d’Orin.
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.
This commit is contained in:
commit
297a61b943
8 changed files with 2885 additions and 0 deletions
9
Dockerfile
Executable file
9
Dockerfile
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
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 /
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue