arch docker

This commit is contained in:
Philippe Teuwen 2022-01-09 16:09:50 +01:00
parent bb098c4eab
commit 6b0b9682aa
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
FROM archlinux:base
ENV LANG C
RUN pacman -Syy
RUN pacman -Syu --noconfirm
RUN pacman-db-upgrade
# qt5-base skipped
# bluez skipped, can't be installed in docker

View file

@ -13,7 +13,7 @@ Include = /etc/pacman.d/mirrorlist
Include = /etc/pacman.d/mirrorlist
EOF
sudo pacman -Sy
sudo pacman -Syu
# search available versions
pacman -Ss '^arm-none-eabi-gcc$'