Fucking Docker...sincerly

This commit is contained in:
Armel FAUVEAU
2024-10-10 03:47:06 +02:00
parent 289e745ea6
commit 23a90b09d5
2 changed files with 6 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM --platform=linux/amd64
FROM --platform=amd64 archlinux:latest
RUN pacman -Syyu base-devel --noconfirm
RUN pacman -Syyu arm-none-eabi-gcc --noconfirm
RUN pacman -Syyu arm-none-eabi-newlib --noconfirm